]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-133231: Add JIT utilities in sys._jit (GH-133233)
authorBrandt Bucher <brandtbucher@microsoft.com>
Mon, 5 May 2025 22:25:22 +0000 (15:25 -0700)
committerGitHub <noreply@github.com>
Mon, 5 May 2025 22:25:22 +0000 (15:25 -0700)
commitb1aa515bd6b645202eda4ca07e85d92e19b1534d
tree744a3feb2406f28d758f7c324d4362fe17a34024
parentf9b22bb79d8a233380bc5eb3820bf846404a7258
GH-133231: Add JIT utilities in sys._jit (GH-133233)
Doc/library/sys.rst
Doc/using/cmdline.rst
Lib/test/libregrtest/utils.py
Lib/test/support/__init__.py
Lib/test/test_capi/test_misc.py
Lib/test/test_dis.py
Lib/test/test_sys.py
Misc/NEWS.d/next/Core_and_Builtins/2025-04-30-19-07-11.gh-issue-133231.H9T8g_.rst [new file with mode: 0644]
Modules/_testinternalcapi.c
Python/clinic/sysmodule.c.h
Python/sysmodule.c