[issue35283] "threading._DummyThread" redefines "is_alive" but forgets "isAlive"

Andrew Svetlov report at bugs.python.org
Thu Nov 22 07:02:34 EST 2018


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

The only _DummyThread usage is `threading.current_thread()`:

> If the caller's thread of control was not created through the threading
> module, a dummy thread object with limited functionality is returned.

----------
nosy: +asvetlov

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


More information about the Python-bugs-list mailing list