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 jaraco
Recipients jaraco, ronaldoussoren
Date 2020-11-04.23:34:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604532850.19.0.379970438187.issue42263@roundup.psfhosted.org>
In-reply-to
Content
I don't think it's a race condition for two reasons: adding a `time.sleep(1)` after `.start` still raises errors, and in issue37193, there were 10 threads created, with at least 9 of those reaching termination before the test ended, yet it showed 10 reference leaks.

If you join the thread in the test, the leak is not detected. However, I believe that's because, in order to join on the thread, you must also hold a handle to the thread, so the condition isn't triggered.
History
Date User Action Args
2020-11-04 23:34:10jaracosetrecipients: + jaraco, ronaldoussoren
2020-11-04 23:34:10jaracosetmessageid: <1604532850.19.0.379970438187.issue42263@roundup.psfhosted.org>
2020-11-04 23:34:10jaracolinkissue42263 messages
2020-11-04 23:34:09jaracocreate