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 vstinner
Recipients CyberJacob, Decorater, Matt Groth, ellisj, eric.araujo, lazka, mwh, ncoghlan, pitrou, tiagoaoa, tim.peters, undercoveridiot, vlasovskikh, vstinner
Date 2019-05-23.00:43:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558572189.79.0.412184260432.issue1230540@roundup.psfhosted.org>
In-reply-to
Content
I dislike PR 8610: threading.Thread doesn't call sys.excepthook to handle run() exception by default, it only calls sys.excepthook if it's overridden. Moreover, when sys.excepthook is called, the hook doesn't get access to the thread object :-(
History
Date User Action Args
2019-05-23 00:43:09vstinnersetrecipients: + vstinner, mwh, tim.peters, ncoghlan, ellisj, pitrou, tiagoaoa, eric.araujo, undercoveridiot, vlasovskikh, lazka, Decorater, CyberJacob, Matt Groth
2019-05-23 00:43:09vstinnersetmessageid: <1558572189.79.0.412184260432.issue1230540@roundup.psfhosted.org>
2019-05-23 00:43:09vstinnerlinkissue1230540 messages
2019-05-23 00:43:09vstinnercreate