]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-134584: Remove redundant refcount for `BINARY_OP_SUBSCR_STR_INT` (#142844)
authorSavannah Ostrowski <savannah@python.org>
Thu, 18 Dec 2025 21:29:54 +0000 (13:29 -0800)
committerGitHub <noreply@github.com>
Thu, 18 Dec 2025 21:29:54 +0000 (21:29 +0000)
commit1391ee664c8f019996e0cbf658e12fa38abd211d
treef58f877f10cd5483cc84aa09f33c323288316fd4
parente79c39101a9f55882f54df0bb3ecfa23238692de
GH-134584: Remove redundant refcount for `BINARY_OP_SUBSCR_STR_INT` (#142844)
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