[issue45274] Race condition in Thread._wait_for_tstate_lock()

STINNER Victor report at bugs.python.org
Thu Sep 23 16:21:39 EDT 2021


STINNER Victor <vstinner at python.org> added the comment:

For curious people, see also bpo-44422 "Fix threading.enumerate() reentrant call": another example of race condition recently fixed in the threading module. But it's unrelated to this bug ;-)

----------

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


More information about the Python-bugs-list mailing list