Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:
Sorry, I do not understand what do you mean. The problem is that non-exhausted asynchronous generators are not finalized until asyncio.run() is finished. This differs from synchronous generators which are finalized as early as possible (in CPython). ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue44518> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com