Hrvoje Nikšić <hnik...@gmail.com> added the comment:

Of course, `yield from done` would actually have to be `for future in done: 
yield future`, since async generators don't support yield from.

----------

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

Reply via email to