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 arigo, bennoleslie, ethan.furman, fwierzbicki, martin.panter, ncoghlan, yselivanov
Date 2015-06-19.05:17:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434691066.48.0.389745339285.issue24450@psf.upfronthosting.co.za>
In-reply-to
Content
Marking this as dependent on issue 24400, as that refactors the PEP 492 implementation to make coroutines their own type (albeit one that shares a memory layout and some attribute names with generators at the C layer).

I'd suggest cr_await as the calculated property for coroutines that corresponds to gi_yieldfrom for generators.
History
Date User Action Args
2015-06-19 05:17:46ncoghlansetrecipients: + ncoghlan, arigo, fwierzbicki, ethan.furman, martin.panter, yselivanov, bennoleslie
2015-06-19 05:17:46ncoghlansetmessageid: <1434691066.48.0.389745339285.issue24450@psf.upfronthosting.co.za>
2015-06-19 05:17:46ncoghlanlinkissue24450 messages
2015-06-19 05:17:46ncoghlancreate