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, serhiy.storchaka, tiagoaoa, tim.peters, undercoveridiot, vlasovskikh, vstinner
Date 2019-05-28.10:20:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559038857.28.0.512666386819.issue1230540@roundup.psfhosted.org>
In-reply-to
Content
> If we want to support low-level threads created by start_new_thread() we should call excepthook() from t_bootstrap instead of Thread._bootstrap_inner. Otherwise implementing excepthook() as a Thread method would be more convenient.

I created bpo-37076: "_thread.start_new_thread(): call sys.unraisablehook() to handle uncaught exceptions".
History
Date User Action Args
2019-05-28 10:20:57vstinnersetrecipients: + vstinner, mwh, tim.peters, ncoghlan, ellisj, pitrou, tiagoaoa, eric.araujo, undercoveridiot, vlasovskikh, serhiy.storchaka, lazka, Decorater, CyberJacob, Matt Groth
2019-05-28 10:20:57vstinnersetmessageid: <1559038857.28.0.512666386819.issue1230540@roundup.psfhosted.org>
2019-05-28 10:20:57vstinnerlinkissue1230540 messages
2019-05-28 10:20:57vstinnercreate