This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Guido.van.Rossum, Mark.Shannon, asvetlov, gvanrossum, serhiy.storchaka, yselivanov
Date 2021-06-28.05:31:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624858287.46.0.395168261575.issue44518@roundup.psfhosted.org>
In-reply-to
Content
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).
History
Date User Action Args
2021-06-28 05:31:27serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, asvetlov, Mark.Shannon, yselivanov, Guido.van.Rossum
2021-06-28 05:31:27serhiy.storchakasetmessageid: <1624858287.46.0.395168261575.issue44518@roundup.psfhosted.org>
2021-06-28 05:31:27serhiy.storchakalinkissue44518 messages
2021-06-28 05:31:27serhiy.storchakacreate