]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#108367)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Wed, 23 Aug 2023 17:39:00 +0000 (18:39 +0100)
committerGitHub <noreply@github.com>
Wed, 23 Aug 2023 17:39:00 +0000 (18:39 +0100)
commit72119d16a5f658939809febef29dadeca02cf34d
treecbcc9877f2a83559ee76c91a18330f1aeae36115
parent422f81b5d2359063826b8561f698d57e94f6a5d8
gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#108367)
19 files changed:
Include/internal/pycore_opcode.h [deleted file]
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_opcode_utils.h
Lib/opcode.py
Makefile.pre.in
Misc/NEWS.d/next/Core and Builtins/2023-08-23-14-54-15.gh-issue-105481.40q-c4.rst [new file with mode: 0644]
Objects/codeobject.c
Objects/frameobject.c
PCbuild/regen.targets
Python/assemble.c
Python/ceval.c
Python/compile.c
Python/executor.c
Python/instrumentation.c
Python/optimizer.c
Python/optimizer_analysis.c
Python/specialize.c
Tools/build/generate_opcode_h.py [deleted file]
Tools/cases_generator/generate_cases.py