[issue44518] Finalization of non-exhausted asynchronous generators is deferred

Guido van Rossum report at bugs.python.org
Mon Jun 28 12:00:42 EDT 2021


Guido van Rossum <guido at python.org> added the comment:

I am wondering whether the issue is in asyncio.run, or in the basic async generator implementation. If the latter, you should be able to demonstrate this with a manual "driver" (trampoline?) instead of asyncio.run.

----------

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


More information about the Python-bugs-list mailing list