This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scoder
Recipients Ben.Darnell, gvanrossum, ncoghlan, scoder, vstinner, yselivanov
Date 2015-06-09.17:09:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433869756.45.0.00752200055061.issue24400@psf.upfronthosting.co.za>
In-reply-to
Content
Looks good, simplifies the code visibly and makes the implementation quite similar to the one I wrote for Cython.

I like the fact that it separates generators from coroutines at an isinstance() level. The fact that "async def" functions currently have the same type as yield-based generators smells too much like an implementation detail to keep it visible at the language level.
History
Date User Action Args
2015-06-09 17:09:16scodersetrecipients: + scoder, gvanrossum, ncoghlan, vstinner, Ben.Darnell, yselivanov
2015-06-09 17:09:16scodersetmessageid: <1433869756.45.0.00752200055061.issue24400@psf.upfronthosting.co.za>
2015-06-09 17:09:16scoderlinkissue24400 messages
2015-06-09 17:09:16scodercreate