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 gvanrossum
Recipients Guido.van.Rossum, Mark.Shannon, asvetlov, gvanrossum, serhiy.storchaka, yselivanov
Date 2021-06-28.16:00:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624896042.89.0.989735536597.issue44518@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-06-28 16:00:42gvanrossumsetrecipients: + gvanrossum, asvetlov, Mark.Shannon, serhiy.storchaka, yselivanov, Guido.van.Rossum
2021-06-28 16:00:42gvanrossumsetmessageid: <1624896042.89.0.989735536597.issue44518@roundup.psfhosted.org>
2021-06-28 16:00:42gvanrossumlinkissue44518 messages
2021-06-28 16:00:42gvanrossumcreate