]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87604: Avoid publishing list of active per-interpreter audit hooks via the gc...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 15 Nov 2022 20:52:14 +0000 (12:52 -0800)
committerGitHub <noreply@github.com>
Tue, 15 Nov 2022 20:52:14 +0000 (12:52 -0800)
commite470803295164f0c160ccf9d0c4b0b5beab59ce0
tree8beebb01d2b4366c8797668cdc674ceb2c77d29e
parentbc2cdfc81571dc759a90b94dd3f4858b98cad1eb
gh-87604: Avoid publishing list of active per-interpreter audit hooks via the gc module (GH-99373)

(cherry picked from commit 4e4b13e8f6211abbc0d53056da11357756daa314)

Co-authored-by: Steve Dower <steve.dower@python.org>
Lib/test/audit-tests.py
Lib/test/test_audit.py
Misc/NEWS.d/next/Security/2022-11-11-12-50-28.gh-issue-87604.OtwH5L.rst [new file with mode: 0644]
Python/sysmodule.c