[issue26357] asyncio.wait loses coroutine return value

Andrew Svetlov report at bugs.python.org
Thu Dec 21 04:24:04 EST 2017


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

Let's close as "wont fix".
If user need an identity for awaited coroutine -- he/she should return it as part of coroutine result.

----------
nosy: +asvetlov
resolution:  -> wont fix
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue26357>
_______________________________________


More information about the Python-bugs-list mailing list