[issue14308] '_DummyThread' object has no attribute '_Thread__block'

Antoine Pitrou report at bugs.python.org
Thu Mar 15 13:45:02 CET 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

I don't understand how that can happen, since _Thread__block is initialized in Thread.__init__, which is called by _DummyThread.__init__. Did you somehow monkeypatch the threading module?

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list