diff options
author | Irit Katriel <1055913+iritkatriel@users.noreply.github.com> | 2023-09-12 10:36:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-12 10:36:17 (GMT) |
commit | 8b55adfa8ff05477b4be7def36db7b66c73f181d (patch) | |
tree | 33552a28b4465bbf0bc6d562063320fbf0fbae8d /Misc | |
parent | 247ee1bf841524667f883ebba5e343101f609026 (diff) | |
download | cpython-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')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2023-09-11-15-11-03.gh-issue-109256.6mfhvF.rst | 2 |
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. |