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 vstinner
Recipients asvetlov, v2m, vstinner, yselivanov
Date 2020-11-11.16:50:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605113435.79.0.32209759609.issue42085@roundup.psfhosted.org>
In-reply-to
Content
Thanks! The change fixed the leak:

$ ./python -m test -j0 -R 3:3 test_asyncgen test_coroutines test_unittest # test_asyncio 
(...)
Tests result: SUCCESS

I didn't run test_asyncio because the test is too slow.
History
Date User Action Args
2020-11-11 16:50:35vstinnersetrecipients: + vstinner, asvetlov, yselivanov, v2m
2020-11-11 16:50:35vstinnersetmessageid: <1605113435.79.0.32209759609.issue42085@roundup.psfhosted.org>
2020-11-11 16:50:35vstinnerlinkissue42085 messages
2020-11-11 16:50:35vstinnercreate