[issue47246] Race condition in `threadig.Thread._wait_for_tstate_lock`

Dieter Maurer report at bugs.python.org
Thu Apr 7 05:53:50 EDT 2022


Dieter Maurer <dieter at handshake.de> added the comment:

The observation was caused by a bug which has been fixed in newer Python versions (3.9+ if I remember correctly). `isAlive` was called on a `_DummyThread` (while `_DummyThread` overides `is_alive` it had forgotten to override `isAlive` as well).

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

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


More information about the Python-bugs-list mailing list