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, giampaolo.rodola, vstinner, yselivanov
Date 2019-01-08.13:33:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546954395.62.0.204830804437.issue32710@roundup.psfhosted.org>
In-reply-to
Content
I ran test_asyncio refleak hunting on Windows, and there is no more leak!

vstinner@WIN C:\vstinner\python\master>python -m test test_asyncio -R 3:3 
(...)
Total duration: 13 min 24 sec
Tests result: SUCCESS

I will close this PR once the 3.7 backport is merged.
History
Date User Action Args
2019-01-08 13:33:16vstinnersetrecipients: + vstinner, giampaolo.rodola, asvetlov, yselivanov
2019-01-08 13:33:15vstinnersetmessageid: <1546954395.62.0.204830804437.issue32710@roundup.psfhosted.org>
2019-01-08 13:33:15vstinnerlinkissue32710 messages
2019-01-08 13:33:15vstinnercreate