]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134584: Optimize `_BINARY_OP_SUBSCR_LIST_SLICE` (GH-144659)
authorSacul <183588943+Sacul0457@users.noreply.github.com>
Tue, 10 Feb 2026 14:33:32 +0000 (22:33 +0800)
committerGitHub <noreply@github.com>
Tue, 10 Feb 2026 14:33:32 +0000 (22:33 +0800)
commit6c8ca1c3783097b5db0fc40a7b625e2f7cc1fc5b
tree7f19a774b7bfaeb5ab32e7dfce0004686d63195a
parent40a82abe9335e78e34ca564243499490e50b8888
gh-134584: Optimize `_BINARY_OP_SUBSCR_LIST_SLICE` (GH-144659)
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_capi/test_opt.py
Misc/NEWS.d/next/Core_and_Builtins/2026-02-10-12-08-58.gh-issue-134584.P9LDy5.rst [new file with mode: 0644]
Modules/_testinternalcapi/test_cases.c.h
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h