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 martin.panter
Recipients arigo, bennoleslie, ethan.furman, fwierzbicki, larry, martin.panter, ncoghlan, scoder, yselivanov
Date 2015-06-24.12:04:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435147463.23.0.845839719738.issue24450@psf.upfronthosting.co.za>
In-reply-to
Content
For Benno’s original gi_yieldfrom property, I guess the asyncio.coroutines.CoroWrapper class would need updating. The GeneratorWrapper class for @types.coroutine probably should be updated too, since it already supports other internal generator properties.
History
Date User Action Args
2015-06-24 12:04:23martin.pantersetrecipients: + martin.panter, arigo, ncoghlan, scoder, larry, fwierzbicki, ethan.furman, yselivanov, bennoleslie
2015-06-24 12:04:23martin.pantersetmessageid: <1435147463.23.0.845839719738.issue24450@psf.upfronthosting.co.za>
2015-06-24 12:04:23martin.panterlinkissue24450 messages
2015-06-24 12:04:23martin.pantercreate