summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>2023-09-12 10:36:17 (GMT)
committerGitHub <noreply@github.com>2023-09-12 10:36:17 (GMT)
commit8b55adfa8ff05477b4be7def36db7b66c73f181d (patch)
tree33552a28b4465bbf0bc6d562063320fbf0fbae8d /Misc/NEWS.d
parent247ee1bf841524667f883ebba5e343101f609026 (diff)
downloadcpython-8b55adfa8ff05477b4be7def36db7b66c73f181d.zip
cpython-8b55adfa8ff05477b4be7def36db7b66c73f181d.tar.gz
cpython-8b55adfa8ff05477b4be7def36db7b66c73f181d.tar.bz2
gh-109256: allocate opcode IDs for internal opcodes in their own range (#109269)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2023-09-11-15-11-03.gh-issue-109256.6mfhvF.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-09-11-15-11-03.gh-issue-109256.6mfhvF.rst b/Misc/NEWS.d/next/Core and Builtins/2023-09-11-15-11-03.gh-issue-109256.6mfhvF.rst
new file mode 100644
index 0000000..6c33fae
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2023-09-11-15-11-03.gh-issue-109256.6mfhvF.rst
@@ -0,0 +1,2 @@
+Opcode IDs for specialized opcodes are allocated in their own range to
+improve stability of the IDs for the 'real' opcodes.