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 ncoghlan
Recipients ncoghlan, syncosmic, yselivanov
Date 2017-08-18.07:00:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1503039642.97.0.17650085139.issue31230@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, __async_return__ would be applicable for the synchronous generator case as well, since it would link to the generator containing the `yield from` expression.
History
Date User Action Args
2017-08-18 07:00:42ncoghlansetrecipients: + ncoghlan, yselivanov, syncosmic
2017-08-18 07:00:42ncoghlansetmessageid: <1503039642.97.0.17650085139.issue31230@psf.upfronthosting.co.za>
2017-08-18 07:00:42ncoghlanlinkissue31230 messages
2017-08-18 07:00:42ncoghlancreate