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 koobs, vstinner, xiang.zhang, yselivanov
Date 2017-06-30.09:15:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498814153.19.0.203714870985.issue30280@psf.upfronthosting.co.za>
In-reply-to
Content
The commit b9030674624c181d6e9047cdb14ad65bb6c84c66 fixes one leaking thread. I don't know if it's enough.

Koobs gave me a SSH access to his FreeBSD buildbots (9, 10 and CURRENT), but I failed to reproduce the warning issue :-( I tried to run my system_load.py to run the tests when the system load is 5 or higher, but it doesn't help. I tried to run test_asyncio 4 times in parallel, but I was still unable to reproduce the bug.

The commit b9030674624c181d6e9047cdb14ad65bb6c84c66 not only fixes a bug (cleanup correctly one event loop), but it now also checks after *each* test that we don't leak threads. At least, if the bug reoccurs and the test is run in verbose mode, we will get the name of the test which leaked threads!
History
Date User Action Args
2017-06-30 09:15:53vstinnersetrecipients: + vstinner, yselivanov, koobs, xiang.zhang
2017-06-30 09:15:53vstinnersetmessageid: <1498814153.19.0.203714870985.issue30280@psf.upfronthosting.co.za>
2017-06-30 09:15:53vstinnerlinkissue30280 messages
2017-06-30 09:15:52vstinnercreate