summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2020-07-03 21:58:29 (GMT)
committerGitHub <noreply@github.com>2020-07-03 21:58:29 (GMT)
commite1d4fdc53347617bea1aff0d7112471453f65003 (patch)
tree16f76a529a56aaf34b47a070341641ea0ac16715 /Misc
parent1c776541a8805576c0a4363ca28c1d29423f02f6 (diff)
downloadcpython-e1d4fdc53347617bea1aff0d7112471453f65003.zip
cpython-e1d4fdc53347617bea1aff0d7112471453f65003.tar.gz
cpython-e1d4fdc53347617bea1aff0d7112471453f65003.tar.bz2
bpo-41162: Clear audit hooks later during finalization (GH-21222)
Co-authored-by: Konge <zkonge@outlook.com>
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