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 gvanrossum, scoder, vstinner, yselivanov
Date 2015-05-30.18:28:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433010517.77.0.801053921099.issue24004@psf.upfronthosting.co.za>
In-reply-to
Content
... except that the returned object may not actually be a Cython generator but a GeneratorWrapper, now that the patch from issue 24316 is in place. :)

Then I guess we're back to the point where duck-typing and calling __await__() is a good idea.
History
Date User Action Args
2015-05-30 18:28:37scodersetrecipients: + scoder, gvanrossum, vstinner, yselivanov
2015-05-30 18:28:37scodersetmessageid: <1433010517.77.0.801053921099.issue24004@psf.upfronthosting.co.za>
2015-05-30 18:28:37scoderlinkissue24004 messages
2015-05-30 18:28:37scodercreate