[issue37788] fix for bpo-36402 (threading._shutdown() race condition) causes reference leak

Adam report at bugs.python.org
Wed Dec 18 14:43:46 EST 2019


Adam <adam.jgrant at gmail.com> added the comment:

I ran into this bug as well, and opened an issue for it (before I saw this issue): https://bugs.python.org/issue39074

Was there a conclusion on the best way to fix this? It seems like the previous __del__ implementation would correct the resource leakage by removing the _tstate_lock from _shutdown_locks.

----------
nosy: +krypticus

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


More information about the Python-bugs-list mailing list