]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-104584: Plugin optimizer API (GH-105100)
authorMark Shannon <mark@hotpy.org>
Fri, 2 Jun 2023 10:46:18 +0000 (11:46 +0100)
committerGitHub <noreply@github.com>
Fri, 2 Jun 2023 10:46:18 +0000 (11:46 +0100)
commit4bfa01b9d911ce9358cf1a453bee15554f8e4c07
treebd61d8459bf30d42abf0be7258de91360bea434b
parent601ae09f0c8eda213b9050892f5ce9b91f0aa522
GH-104584: Plugin optimizer API (GH-105100)
31 files changed:
Include/Python.h
Include/cpython/code.h
Include/cpython/optimizer.h [new file with mode: 0644]
Include/internal/pycore_code.h
Include/internal/pycore_interp.h
Include/internal/pycore_opcode.h
Include/opcode.h
Include/pystats.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_capi/test_misc.py
Lib/test/test_dis.py
Makefile.pre.in
Misc/NEWS.d/next/C API/2023-05-25-15-44-48.gh-issue-104584.cSAoRh.rst [new file with mode: 0644]
Modules/_testinternalcapi.c
Objects/codeobject.c
Objects/frameobject.c
PCbuild/_freeze_module.vcxproj
PCbuild/_freeze_module.vcxproj.filters
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Programs/test_frozenmain.h
Python/bytecodes.c
Python/ceval_macros.h
Python/generated_cases.c.h
Python/instrumentation.c
Python/opcode_metadata.h
Python/opcode_targets.h
Python/optimizer.c [new file with mode: 0644]
Python/pystate.c
Tools/c-analyzer/cpython/ignored.tsv