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 ZackerySpytz, graingert, matrixise, serhiy.storchaka, vstinner, xtreak
Date 2019-05-27.22:57:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558997824.61.0.118255719573.issue36829@roundup.psfhosted.org>
In-reply-to
Content
Ok, the initial issue has been fixed by adding a new sys.unraisablehook() function. You can kill the process with SIGABRT using the recipe I proposed there:
https://bugs.python.org/issue36829#msg343201

As a follow-up, I created bpo-37069: "regrtest: log unraisable exceptions and uncaught thread exceptions".

Thanks Thomas Grainger for reviews and for reporting this interesting issue ;-)
History
Date User Action Args
2019-05-27 22:57:04vstinnersetrecipients: + vstinner, serhiy.storchaka, graingert, matrixise, ZackerySpytz, xtreak
2019-05-27 22:57:04vstinnersetmessageid: <1558997824.61.0.118255719573.issue36829@roundup.psfhosted.org>
2019-05-27 22:57:04vstinnerlinkissue36829 messages
2019-05-27 22:57:04vstinnercreate