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 lazka, vstinner
Date 2019-05-28.16:49:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559062172.86.0.540574989238.issue37076@roundup.psfhosted.org>
In-reply-to
Content
I updated my PR description:

_thread.start_new_thread() now logs uncaught exception raised by the
function using sys.unraisablehook(), rather than sys.excepthook(), so
the hook gets access to the function which raised the exception.
History
Date User Action Args
2019-05-28 16:49:32vstinnersetrecipients: + vstinner, lazka
2019-05-28 16:49:32vstinnersetmessageid: <1559062172.86.0.540574989238.issue37076@roundup.psfhosted.org>
2019-05-28 16:49:32vstinnerlinkissue37076 messages
2019-05-28 16:49:32vstinnercreate