[issue42263] Removing thread reference in thread results in leaked reference

Ronald Oussoren report at bugs.python.org
Wed Nov 4 15:19:56 EST 2020


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

Could this be a race condition?  The thread that's created in the test is not waited on (join), it may or may not have exited by the time the test function returns.

----------
nosy: +ronaldoussoren

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42263>
_______________________________________


More information about the Python-bugs-list mailing list