]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41162: Clear audit hooks later during finalization (GH-21222)
authorSteve Dower <steve.dower@python.org>
Fri, 3 Jul 2020 21:58:29 +0000 (22:58 +0100)
committerGitHub <noreply@github.com>
Fri, 3 Jul 2020 21:58:29 +0000 (22:58 +0100)
commite1d4fdc53347617bea1aff0d7112471453f65003
tree16f76a529a56aaf34b47a070341641ea0ac16715
parent1c776541a8805576c0a4363ca28c1d29423f02f6
bpo-41162: Clear audit hooks later during finalization (GH-21222)

Co-authored-by: Konge <zkonge@outlook.com>
Lib/test/audit-tests.py
Lib/test/test_audit.py
Misc/NEWS.d/next/Security/2020-07-03-20-41-29.bpo-41162.tb8pVj.rst [new file with mode: 0644]
Programs/_testembed.c
Python/pylifecycle.c