]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-113860: Get rid of `_PyUOpExecutorObject` (GH-113954)
authorBrandt Bucher <brandtbucher@microsoft.com>
Fri, 12 Jan 2024 11:58:23 +0000 (03:58 -0800)
committerGitHub <noreply@github.com>
Fri, 12 Jan 2024 11:58:23 +0000 (11:58 +0000)
commit30e6cbdba22d946dacc3f2e19c884b2e1891d58c
tree50ef18098a02e61c079b8a6c4477496b27b06adf
parent29e2839cd6af5c90cfd7abe800b045b6dcee0c05
GH-113860: Get rid of `_PyUOpExecutorObject` (GH-113954)
12 files changed:
Include/cpython/optimizer.h
Include/internal/pycore_optimizer.h
Include/internal/pycore_uops.h [deleted file]
Makefile.pre.in
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/bytecodes.c
Python/ceval.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer.c
Python/optimizer_analysis.c