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 steve.dower
Recipients steve.dower
Date 2019-11-26.17:15:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574788528.67.0.338103182779.issue38920@roundup.psfhosted.org>
In-reply-to
Content
We currently have no audit events for unhandled exceptions.

While these can be recorded by sys.excepthook or sys.unraisablehook in Python code, there is no way to intercept them from C code set up before running Python code. There's also no way to collect information about what hook is running, in the case where Python code may have overridden it (for example, to suppress error reporting when malicious code fails).
History
Date User Action Args
2019-11-26 17:15:28steve.dowersetrecipients: + steve.dower
2019-11-26 17:15:28steve.dowersetmessageid: <1574788528.67.0.338103182779.issue38920@roundup.psfhosted.org>
2019-11-26 17:15:28steve.dowerlinkissue38920 messages
2019-11-26 17:15:28steve.dowercreate