summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>2023-12-01 00:35:49 (GMT)
committerGitHub <noreply@github.com>2023-12-01 00:35:49 (GMT)
commita99305e7fbbc9e67a50091583ac1e1e625963663 (patch)
tree5e841bfc744117c80890e112d84e892f26a5e763 /Misc/NEWS.d
parent4c9da4c964a62c2972fa40b30ab11f19f89178f4 (diff)
downloadcpython-a99305e7fbbc9e67a50091583ac1e1e625963663.zip
cpython-a99305e7fbbc9e67a50091583ac1e1e625963663.tar.gz
cpython-a99305e7fbbc9e67a50091583ac1e1e625963663.tar.bz2
[3.12] gh-112356: LOAD_GLOBAL can only include one PUSH_NULL (#112566)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2023-11-30-23-47-56.gh-issue-112356.g2BqyK.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-11-30-23-47-56.gh-issue-112356.g2BqyK.rst b/Misc/NEWS.d/next/Core and Builtins/2023-11-30-23-47-56.gh-issue-112356.g2BqyK.rst
new file mode 100644
index 0000000..0bb8eaf
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2023-11-30-23-47-56.gh-issue-112356.g2BqyK.rst
@@ -0,0 +1 @@
+Stopped erroneously deleting a ``LOAD_NULL`` bytecode instruction when optimized twice.