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 Recursing
Recipients Recursing, asvetlov, christian.heimes, yselivanov
Date 2020-05-22.09:55:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590141353.45.0.211540820311.issue40727@roundup.psfhosted.org>
In-reply-to
Content
Removing the `await asyncio.sleep(1)` removes the leak, while changing it to `await asyncio.sleep(0)` seems to keep it
History
Date User Action Args
2020-05-22 09:55:53Recursingsetrecipients: + Recursing, christian.heimes, asvetlov, yselivanov
2020-05-22 09:55:53Recursingsetmessageid: <1590141353.45.0.211540820311.issue40727@roundup.psfhosted.org>
2020-05-22 09:55:53Recursinglinkissue40727 messages
2020-05-22 09:55:53Recursingcreate