]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109256: allocate opcode IDs for internal opcodes in their own range (#109269)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 12 Sep 2023 10:36:17 +0000 (11:36 +0100)
committerGitHub <noreply@github.com>
Tue, 12 Sep 2023 10:36:17 +0000 (10:36 +0000)
commit8b55adfa8ff05477b4be7def36db7b66c73f181d
tree33552a28b4465bbf0bc6d562063320fbf0fbae8d
parent247ee1bf841524667f883ebba5e343101f609026
gh-109256: allocate opcode IDs for internal opcodes in their own range (#109269)
Doc/library/dis.rst
Include/internal/pycore_opcode_metadata.h
Include/opcode_ids.h
Lib/_opcode_metadata.py
Lib/importlib/_bootstrap_external.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2023-09-11-15-11-03.gh-issue-109256.6mfhvF.rst [new file with mode: 0644]
Programs/test_frozenmain.h
Python/opcode_targets.h
Tools/build/deepfreeze.py
Tools/cases_generator/generate_cases.py