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 ezio.melotti, michael.foord, rbcollins, vstinner
Date 2017-05-31.09:30:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496223012.94.0.159294527333.issue30523@psf.upfronthosting.co.za>
In-reply-to
Content
I wrote this patch because I'm trying to find which test of test_threading leaks a reference:

./python -m test -R 3:3 test_threading

Usually, I modify Lib/test/test_threading.py to remove tests one by one. I "bisect" the test manually. But this process is slow and painful, and it seems like we have many tests which leak references!
History
Date User Action Args
2017-05-31 09:30:12vstinnersetrecipients: + vstinner, rbcollins, ezio.melotti, michael.foord
2017-05-31 09:30:12vstinnersetmessageid: <1496223012.94.0.159294527333.issue30523@psf.upfronthosting.co.za>
2017-05-31 09:30:12vstinnerlinkissue30523 messages
2017-05-31 09:30:12vstinnercreate