]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-126599: Remove the PyOptimizer API (GH-129194)
authorBrandt Bucher <brandtbucher@microsoft.com>
Wed, 29 Jan 2025 00:10:51 +0000 (16:10 -0800)
committerGitHub <noreply@github.com>
Wed, 29 Jan 2025 00:10:51 +0000 (16:10 -0800)
commit828b27680f07f1ed8302616b8229f49c09032657
tree234ff54d729e7233cca6a943800d1dadc20189d9
parent5c930a26fb78c40929f1b894efee1b07c6d828fd
GH-126599: Remove the PyOptimizer API (GH-129194)
23 files changed:
Include/internal/pycore_interp.h
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_optimizer.h
Include/opcode_ids.h
InternalDocs/jit.md
Lib/_opcode_metadata.py
Lib/test/support/__init__.py
Lib/test/test_capi/test_misc.py
Lib/test/test_capi/test_opt.py
Lib/test/test_dis.py
Lib/test/test_opcache.py
Lib/test/test_regrtest.py
Modules/_testinternalcapi.c
Objects/object.c
Python/bytecodes.c
Python/generated_cases.c.h
Python/opcode_targets.h
Python/optimizer.c
Python/pylifecycle.c
Python/pystate.c
Python/sysmodule.c
Tools/c-analyzer/cpython/ignored.tsv
Tools/cases_generator/tier1_generator.py