[Python-Dev] Coroutines and PEP 380 (original) (raw)
Matt Joiner anacrolix at gmail.com
Wed Jan 18 00:17:13 CET 2012
- Previous message: [Python-Dev] Coroutines and PEP 380
- Next message: [Python-Dev] Coroutines and PEP 380
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message: [Python-Dev] Coroutines and PEP 380
- Next message: [Python-Dev] Coroutines and PEP 380
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]