summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-11-15 20:52:14 (GMT)
committerGitHub <noreply@github.com>2022-11-15 20:52:14 (GMT)
commite470803295164f0c160ccf9d0c4b0b5beab59ce0 (patch)
tree8beebb01d2b4366c8797668cdc674ceb2c77d29e /Misc/NEWS.d
parentbc2cdfc81571dc759a90b94dd3f4858b98cad1eb (diff)
downloadcpython-e470803295164f0c160ccf9d0c4b0b5beab59ce0.zip
cpython-e470803295164f0c160ccf9d0c4b0b5beab59ce0.tar.gz
cpython-e470803295164f0c160ccf9d0c4b0b5beab59ce0.tar.bz2
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>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Security/2022-11-11-12-50-28.gh-issue-87604.OtwH5L.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Security/2022-11-11-12-50-28.gh-issue-87604.OtwH5L.rst b/Misc/NEWS.d/next/Security/2022-11-11-12-50-28.gh-issue-87604.OtwH5L.rst
new file mode 100644
index 0000000..c931409
--- /dev/null
+++ b/Misc/NEWS.d/next/Security/2022-11-11-12-50-28.gh-issue-87604.OtwH5L.rst
@@ -0,0 +1,2 @@
+Avoid publishing list of active per-interpreter audit hooks via the
+:mod:`gc` module