[issue33621] repr(threading._DummyThread) always fails.

Antoine Pitrou report at bugs.python.org
Thu May 24 04:07:41 EDT 2018


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

Can you post the actual exception you are getting?

Here I have:

>>> import threading
>>> repr(threading._DummyThread())
'<_DummyThread(Dummy-1, started daemon 140345620215552)>'

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

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


More information about the Python-bugs-list mailing list