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, pablogsal, vstinner, yselivanov
Date 2019-12-06.17:36:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575653793.82.0.609441233318.issue38982@roundup.psfhosted.org>
In-reply-to
Content
I manually validated that my change fixed the test_asyncio leak:

$ ./python -m test test_asyncio -R 3:3 --fail-env-changed -v -m test_subprocess
(...)
Tests result: SUCCESS

I close the issue. Thanks Pablo for the review ;-)
History
Date User Action Args
2019-12-06 17:36:33vstinnersetrecipients: + vstinner, asvetlov, yselivanov, pablogsal
2019-12-06 17:36:33vstinnersetmessageid: <1575653793.82.0.609441233318.issue38982@roundup.psfhosted.org>
2019-12-06 17:36:33vstinnerlinkissue38982 messages
2019-12-06 17:36:33vstinnercreate