summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2021-11-27 00:26:45 (GMT)
committerGitHub <noreply@github.com>2021-11-27 00:26:45 (GMT)
commitdb55f3fabafc046e4fca907210ced4ce16bf58d6 (patch)
tree5fe7ad44cf63c73f7820195b2c37d9ed96232469 /Misc
parent7edb6270a78c695e4c2ae2432797dc18105374fc (diff)
downloadcpython-db55f3fabafc046e4fca907210ced4ce16bf58d6.zip
cpython-db55f3fabafc046e4fca907210ced4ce16bf58d6.tar.gz
cpython-db55f3fabafc046e4fca907210ced4ce16bf58d6.tar.bz2
bpo-44530: Reverts a change to the 'code.__new__' audit event (GH-29809)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2021-11-26-23-26-25.bpo-44530.EZ0gel.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-11-26-23-26-25.bpo-44530.EZ0gel.rst b/Misc/NEWS.d/next/Core and Builtins/2021-11-26-23-26-25.bpo-44530.EZ0gel.rst
new file mode 100644
index 0000000..f3c3a94
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2021-11-26-23-26-25.bpo-44530.EZ0gel.rst
@@ -0,0 +1,2 @@
+Reverts a change to the ``code.__new__`` :ref:`audit event <audit-events>`
+from an earlier prerelease.