]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115999: Enable free-threaded specialization of LOAD_CONST (#129365)
authorT. Wouters <thomas@python.org>
Wed, 29 Jan 2025 00:07:56 +0000 (01:07 +0100)
committerGitHub <noreply@github.com>
Wed, 29 Jan 2025 00:07:56 +0000 (01:07 +0100)
commit5c930a26fb78c40929f1b894efee1b07c6d828fd
tree393ee4f7fb4c2dc4f0736144647c985e771ca87e
parent789390872b16e1c8cc681605bf100d2d7b3e9111
gh-115999: Enable free-threaded specialization of LOAD_CONST (#129365)

Enable free-threaded specialization of LOAD_CONST.
Lib/test/test_opcache.py
Python/bytecodes.c
Python/generated_cases.c.h
Tools/cases_generator/analyzer.py