summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2022-11-21 18:13:33 (GMT)
committerGitHub <noreply@github.com>2022-11-21 18:13:33 (GMT)
commit7b98207aa46bd637d07a7c4a84e998726b74acde (patch)
tree957176aa8a6809f2bcb479df87feca0b55d0c86b /Misc
parentc09dba57cfbbf74273ce44b1f48f71b46806605c (diff)
downloadcpython-7b98207aa46bd637d07a7c4a84e998726b74acde.zip
cpython-7b98207aa46bd637d07a7c4a84e998726b74acde.tar.gz
cpython-7b98207aa46bd637d07a7c4a84e998726b74acde.tar.bz2
[3.9] gh-87604: Avoid publishing list of active per-interpreter audit hooks via the gc module (GH-99373) (GH-99493)
Diffstat (limited to 'Misc')
-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