[Python-Dev] Coroutines and PEP 380

Matt Joiner anacrolix at gmail.com
Wed Jan 18 00:17:13 CET 2012


Just to clarify, this differs in functionality from enhanced generators by
allowing you to yield from an arbitrary call depth rather than having to
"yield from" through a chain of calling generators? Furthermore there's no
syntactical change except to the bottommost frame doing a co_yield? Does
this capture the major differences?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20120118/6d2cb4b1/attachment.html>


More information about the Python-Dev mailing list