[issue29376] threading._DummyThread.__repr__ raises AssertionError

Xiang Zhang report at bugs.python.org
Fri Feb 3 09:58:27 EST 2017


Xiang Zhang added the comment:

This seems an regression from #18808, so nosy Tim and Antoine. Since _DummyThread is always alive and daemonic, I think the solution could be overriding is_alive in _DummyThread and always returning True.

----------
keywords: +patch
nosy: +xiang.zhang
stage:  -> patch review
type:  -> behavior
versions: +Python 3.5, Python 3.6, Python 3.7 -Python 3.4
Added file: http://bugs.python.org/file46502/issue29376.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29376>
_______________________________________


More information about the Python-bugs-list mailing list