diff options
author | Dennis Sweeney <36520290+sweeneyde@users.noreply.github.com> | 2023-12-01 00:35:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-01 00:35:49 (GMT) |
commit | a99305e7fbbc9e67a50091583ac1e1e625963663 (patch) | |
tree | 5e841bfc744117c80890e112d84e892f26a5e763 /Misc/NEWS.d | |
parent | 4c9da4c964a62c2972fa40b30ab11f19f89178f4 (diff) | |
download | cpython-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.rst | 1 |
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. |