]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115999: Add partial free-thread specialization for BINARY_SUBSCR (gh-127227)
authorDonghee Na <donghee.na@python.org>
Mon, 2 Dec 2024 01:38:17 +0000 (10:38 +0900)
committerGitHub <noreply@github.com>
Mon, 2 Dec 2024 01:38:17 +0000 (10:38 +0900)
commite2713409cff5b71b1176b0e3fa63dae447548672
treed91c8e16052a44f78bbe075ad320fade4e907061
parent7ea523f47cdb4cf512a1e2ae1f93f5d19a48945d
gh-115999: Add partial free-thread specialization for BINARY_SUBSCR (gh-127227)
Include/internal/pycore_list.h
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_dis.py
Lib/test/test_opcache.py
Objects/listobject.c
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/specialize.c