Message245491
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. |
|
Date |
User |
Action |
Args |
2015-06-19 05:17:46 | ncoghlan | set | recipients:
+ ncoghlan, arigo, fwierzbicki, ethan.furman, martin.panter, yselivanov, bennoleslie |
2015-06-19 05:17:46 | ncoghlan | set | messageid: <1434691066.48.0.389745339285.issue24450@psf.upfronthosting.co.za> |
2015-06-19 05:17:46 | ncoghlan | link | issue24450 messages |
2015-06-19 05:17:46 | ncoghlan | create | |
|