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 asvetlov
Recipients asvetlov, brett.cannon, corona10, dmaurer, pitrou, serhiy.storchaka
Date 2018-11-22.12:02:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542888154.54.0.788709270274.issue35283@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-11-22 12:02:34asvetlovsetrecipients: + asvetlov, brett.cannon, dmaurer, pitrou, serhiy.storchaka, corona10
2018-11-22 12:02:34asvetlovsetmessageid: <1542888154.54.0.788709270274.issue35283@psf.upfronthosting.co.za>
2018-11-22 12:02:34asvetlovlinkissue35283 messages
2018-11-22 12:02:34asvetlovcreate