summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorKonge <zkonge@outlook.com>2020-07-03 21:06:46 (GMT)
committerGitHub <noreply@github.com>2020-07-03 21:06:46 (GMT)
commitdaa0fe03a517d335d48e65ace8e5da636e265a8f (patch)
treed6504f9bc7ae8a6c8d14c0da18e6e46c138231fb /Misc
parentd160e0f8e283d0a8737644588b38e8c6a07c134f (diff)
downloadcpython-daa0fe03a517d335d48e65ace8e5da636e265a8f.zip
cpython-daa0fe03a517d335d48e65ace8e5da636e265a8f.tar.gz
cpython-daa0fe03a517d335d48e65ace8e5da636e265a8f.tar.bz2
bpo-41162: Clear audit hooks later during finalization (GH-21222)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Security/2020-07-03-20-41-29.bpo-41162.tb8pVj.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Security/2020-07-03-20-41-29.bpo-41162.tb8pVj.rst b/Misc/NEWS.d/next/Security/2020-07-03-20-41-29.bpo-41162.tb8pVj.rst
new file mode 100644
index 0000000..f0333ac
--- /dev/null
+++ b/Misc/NEWS.d/next/Security/2020-07-03-20-41-29.bpo-41162.tb8pVj.rst
@@ -0,0 +1 @@
+Audit hooks are now cleared later during finalization to avoid missing events. \ No newline at end of file