[issue37265] Memory leaks regression caused by: Fix threading._shutdown() race condition

STINNER Victor report at bugs.python.org
Thu Jun 13 06:07:45 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:

commit 6f75c873752a16a7ad8f35855b1e29f59d048e84 (HEAD -> master, upstream/master)
Author: Victor Stinner <vstinner at redhat.com>
Date:   Thu Jun 13 12:06:24 2019 +0200

    tbpo-36402: Fix threading.Thread._stop() (GH-14047)
    
    Remove the _tstate_lock from _shutdown_locks, don't remove None.

----------
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list