[issue34467] No mechanism to abort created coroutine or suppress not-awaited warning

Andrew Svetlov report at bugs.python.org
Mon Jun 3 06:08:56 EDT 2019


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

Could you consider passing (async_func, args, kwargs) tuple instead async_func(*args, **kwargs) coroutine?

Looks like it solves your problem and doesn't require asyncio changes

----------

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


More information about the Python-bugs-list mailing list