]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-152912: Fix audit hook exception check in sys.addaudithook() (GH-152913)
authork00shi <265808442+k00shi@users.noreply.github.com>
Mon, 27 Jul 2026 19:35:40 +0000 (03:35 +0800)
committerGitHub <noreply@github.com>
Mon, 27 Jul 2026 19:35:40 +0000 (19:35 +0000)
commit85c8bcee6780bd7e6730fe3550e9b65bbf62ff56
tree809a27c447860f6b99e9eb742cdb72e75e7ac37e
parentbde526d7be55014ec49fd44b831c948664ce508b
gh-152912: Fix audit hook exception check in sys.addaudithook() (GH-152913)
Doc/c-api/sys.rst
Lib/test/audit-tests.py
Lib/test/test_audit.py
Misc/NEWS.d/next/Library/2026-07-03-02-11-00.gh-issue-152912.Mv3KpR.rst [new file with mode: 0644]
Python/sysmodule.c