]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115999: Disable the specializing adaptive interpreter in free-threaded builds...
authorBrett Simmers <swtaarrs@users.noreply.github.com>
Fri, 1 Mar 2024 02:53:32 +0000 (18:53 -0800)
committerGitHub <noreply@github.com>
Fri, 1 Mar 2024 02:53:32 +0000 (21:53 -0500)
commit339c8e1c13adc299a0e2e49c93067e7817692380
tree4d2c0708d04ea383b533115e83ec4f49fbf826e7
parent2e94a6687c1a9750e9d2408a8dff0a422aeaf0e4
gh-115999: Disable the specializing adaptive interpreter in free-threaded builds (#116013)

For now, disable all specialization when the GIL might be disabled.
Include/internal/pycore_code.h
Lib/test/test_capi/test_opt.py
Lib/test/test_generated_cases.py
Lib/test/test_monitoring.py
Lib/test/test_opcache.py
Lib/test/test_type_cache.py
Python/ceval_macros.h
Python/generated_cases.c.h
Tools/cases_generator/tier1_generator.py