[issue36999] Expose the coroutine object in asyncio task objects

Yury Selivanov report at bugs.python.org
Tue May 21 16:46:47 EDT 2019


Yury Selivanov <yselivanov at gmail.com> added the comment:

I've no problem with this. We can add a 'get_coro()' Task method (this is in line with asyncio usually having the "getter" api as opposed to properties).

----------

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


More information about the Python-bugs-list mailing list