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 asvetlov, pitrou, tim.peters
Date 2017-09-19.11:47:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505821638.8.0.721453787466.issue31516@psf.upfronthosting.co.za>
In-reply-to
Content
The main thread being marked "stopped" at shutdown might be an obscure feature (as hinted in the comments for threading._shutdown()).  However, current_thread() should definitely not return a separate DummyThread instance.
History
Date User Action Args
2017-09-19 11:47:18pitrousetrecipients: + pitrou, tim.peters, asvetlov
2017-09-19 11:47:18pitrousetmessageid: <1505821638.8.0.721453787466.issue31516@psf.upfronthosting.co.za>
2017-09-19 11:47:18pitroulinkissue31516 messages
2017-09-19 11:47:18pitroucreate