]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38920: Add audit hooks for when sys.excepthook and sys.unraisable hooks are invok...
authorSteve Dower <steve.dower@python.org>
Thu, 28 Nov 2019 16:46:11 +0000 (08:46 -0800)
committerGitHub <noreply@github.com>
Thu, 28 Nov 2019 16:46:11 +0000 (08:46 -0800)
commitbea33f5e1db6e4a554919a82894f44568576e979
tree37789378933d7091eb0012d6ad3277aa8685a979
parent02519f75d15b063914a11351da30178ca4ceb54b
bpo-38920: Add audit hooks for when sys.excepthook and sys.unraisable hooks are invoked (GH-17392)

Also fixes some potential segfaults in unraisable hook handling.
Doc/library/sys.rst
Lib/test/audit-tests.py
Lib/test/test_audit.py
Misc/NEWS.d/next/Core and Builtins/2019-11-26-09-16-47.bpo-38920.Vx__sT.rst [new file with mode: 0644]
Python/errors.c
Python/pythonrun.c
Python/sysmodule.c