]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115999: Enable BINARY_SUBSCR_GETITEM for free-threaded build (gh-127737)
authorDonghee Na <donghee.na@python.org>
Thu, 19 Dec 2024 02:08:17 +0000 (11:08 +0900)
committerGitHub <noreply@github.com>
Thu, 19 Dec 2024 02:08:17 +0000 (11:08 +0900)
commit48c70b8f7dfd00a018abbac50ea987f54fa4db51
treecb845fc352998aa71d0a490c346b4c4145b1a6af
parentf802c8bf872ab882d3056675acc79c950fe5b93c
gh-115999: Enable BINARY_SUBSCR_GETITEM for free-threaded build (gh-127737)
12 files changed:
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_typeobject.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_opcache.py
Objects/typeobject.c
Programs/test_frozenmain.h
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Python/specialize.c