Stefan Behnel added the comment:

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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24450>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to