]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-126910: Build/link the JIT shim in the Python interpreter (#148872)
authorDiego Russo <diego.russo@arm.com>
Thu, 23 Apr 2026 11:23:18 +0000 (12:23 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Apr 2026 11:23:18 +0000 (12:23 +0100)
commit9633c5239daae3a180f8ce263ce77e4e522e6aa4
treefff4f9700a06d0291ede2871cef78782d4541dc0
parent29917d51ab41df9a00f1bb35fa9d3e1392ac48e8
GH-126910: Build/link the JIT shim in the Python interpreter (#148872)
16 files changed:
Include/internal/pycore_ceval.h
Include/internal/pycore_jit.h
Makefile.pre.in
PCbuild/pyproject.props
PCbuild/pythoncore.vcxproj
PCbuild/regen.targets
Python/ceval.c
Python/jit.c
Python/pylifecycle.c
Python/pystate.c
Tools/jit/_targets.py
Tools/jit/_writer.py
Tools/jit/build.py
Tools/jit/shim.c
configure
configure.ac