]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134584: Eliminate redundant refcounting from `_BINARY_OP_SUBSCR_TUPLE_INT` (GH...
authorHai Zhu <35182391+cocolato@users.noreply.github.com>
Tue, 23 Dec 2025 21:47:12 +0000 (05:47 +0800)
committerGitHub <noreply@github.com>
Tue, 23 Dec 2025 21:47:12 +0000 (21:47 +0000)
commitcc48bf0fde8025d60a577a86bcb68cfd472e0c79
tree40355bf1c513e8348b0c43bc31b5cf1966c0f433
parentcbe0cb779ae0b50c5b5653e9279ba451cc9e8557
gh-134584: Eliminate redundant refcounting from `_BINARY_OP_SUBSCR_TUPLE_INT` (GH-143094)
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
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h