Message 302517 - Python tracker (original) (raw)

Message302517

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:18 pitrou set recipients: + pitrou, tim.peters, asvetlov
2017-09-19 11:47:18 pitrou set messageid: 1505821638.8.0.721453787466.issue31516@psf.upfronthosting.co.za
2017-09-19 11:47:18 pitrou link issue31516 messages
2017-09-19 11:47:18 pitrou create