]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-122390: Replace `_Py_GetbaseOpcode` with `_Py_GetBaseCodeUnit` (GH-122942)
authorMark Shannon <mark@hotpy.org>
Tue, 13 Aug 2024 13:22:57 +0000 (14:22 +0100)
committerGitHub <noreply@github.com>
Tue, 13 Aug 2024 13:22:57 +0000 (14:22 +0100)
commit7a65439b93d6ee4d4e32757b55909b882f9a2056
tree0df6d926c920125cf98e02ab7d8c0612565b055e
parentfe23f8ed970425828de20fb48750fa89da914886
GH-122390: Replace `_Py_GetbaseOpcode` with `_Py_GetBaseCodeUnit` (GH-122942)
16 files changed:
Include/internal/pycore_code.h
Include/internal/pycore_magic_number.h
Include/internal/pycore_opcode_metadata.h
Include/opcode_ids.h
Lib/_opcode_metadata.py
Lib/test/test__opcode.py
Lib/test/test_dis.py
Objects/codeobject.c
Objects/frameobject.c
Programs/test_frozenmain.h
Python/instrumentation.c
Python/opcode_targets.h
Python/optimizer.c
Python/specialize.c
Tools/cases_generator/analyzer.py
Tools/cases_generator/opcode_id_generator.py