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 xiang.zhang
Recipients Tom Myers, xiang.zhang
Date 2017-02-03.14:58:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486133907.44.0.598805782709.issue29376@psf.upfronthosting.co.za>
In-reply-to
Content
This seems an regression from #18808, so nosy Tim and Antoine. Since _DummyThread is always alive and daemonic, I think the solution could be overriding is_alive in _DummyThread and always returning True.
History
Date User Action Args
2017-02-03 14:58:27xiang.zhangsetrecipients: + xiang.zhang, Tom Myers
2017-02-03 14:58:27xiang.zhangsetmessageid: <1486133907.44.0.598805782709.issue29376@psf.upfronthosting.co.za>
2017-02-03 14:58:27xiang.zhanglinkissue29376 messages
2017-02-03 14:58:27xiang.zhangcreate