This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients fabioz, pitrou
Date 2018-05-24.08:07:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527149261.6.0.682650639539.issue33621@psf.upfronthosting.co.za>
In-reply-to
Content
Can you post the actual exception you are getting?

Here I have:

>>> import threading
>>> repr(threading._DummyThread())
'<_DummyThread(Dummy-1, started daemon 140345620215552)>'
History
Date User Action Args
2018-05-24 08:07:41pitrousetrecipients: + pitrou, fabioz
2018-05-24 08:07:41pitrousetmessageid: <1527149261.6.0.682650639539.issue33621@psf.upfronthosting.co.za>
2018-05-24 08:07:41pitroulinkissue33621 messages
2018-05-24 08:07:41pitroucreate