]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-122160: Remove BUILD_CONST_KEY_MAP opcode. (GH-122164)
authorMark Shannon <mark@hotpy.org>
Thu, 25 Jul 2024 15:24:29 +0000 (16:24 +0100)
committerGitHub <noreply@github.com>
Thu, 25 Jul 2024 15:24:29 +0000 (16:24 +0100)
commit2e14a52cced9834ed5f7e0665a08055de554360f
treea9f436d0e43415c19f93d70ee104072fc53234d5
parent9bb2e4623f504c44655436eae181d802f544fff9
GH-122160: Remove BUILD_CONST_KEY_MAP opcode. (GH-122164)
16 files changed:
Doc/library/dis.rst
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_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/2024-07-23-11-57-36.gh-issue-122160.HSnrAP.rst [new file with mode: 0644]
Programs/test_frozenmain.h
Python/bytecodes.c
Python/compile.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/opcode_targets.h
Python/optimizer_cases.c.h