diff options
author | Steve Dower <steve.dower@python.org> | 2020-07-03 21:58:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-03 21:58:29 (GMT) |
commit | e1d4fdc53347617bea1aff0d7112471453f65003 (patch) | |
tree | 16f76a529a56aaf34b47a070341641ea0ac16715 /Misc/NEWS.d/next | |
parent | 1c776541a8805576c0a4363ca28c1d29423f02f6 (diff) | |
download | cpython-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/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Security/2020-07-03-20-41-29.bpo-41162.tb8pVj.rst | 1 |
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 |