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 arigo, bennoleslie, ethan.furman, fwierzbicki, martin.panter, ncoghlan, scoder, yselivanov
Date 2015-06-19.09:15:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434705357.18.0.767952184718.issue24450@psf.upfronthosting.co.za>
In-reply-to
Content
No problem for Cython either.

The change in issue 24400 that makes coroutines real Awaitables also removes surprises for a "cr_await" return value being a coroutine and previously *not* an Awaitable.

The contract for "gi_yieldfrom" is only that the returned value is an Iterator, IIUC?
History
Date User Action Args
2015-06-19 09:15:57scodersetrecipients: + scoder, arigo, ncoghlan, fwierzbicki, ethan.furman, martin.panter, yselivanov, bennoleslie
2015-06-19 09:15:57scodersetmessageid: <1434705357.18.0.767952184718.issue24450@psf.upfronthosting.co.za>
2015-06-19 09:15:57scoderlinkissue24450 messages
2015-06-19 09:15:57scodercreate