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 ztane
Recipients Romuald, xiang.zhang, ztane
Date 2016-07-18.09:07:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468832867.2.0.765651633157.issue27558@psf.upfronthosting.co.za>
In-reply-to
Content
more easily reproducible by

    import threading
    def foo():
        raise
    threading.Thread(target=foo).start()
History
Date User Action Args
2016-07-18 09:07:47ztanesetrecipients: + ztane, Romuald, xiang.zhang
2016-07-18 09:07:47ztanesetmessageid: <1468832867.2.0.765651633157.issue27558@psf.upfronthosting.co.za>
2016-07-18 09:07:47ztanelinkissue27558 messages
2016-07-18 09:07:47ztanecreate