]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134584: Eliminate redundant refcounting from _STORE_SUBSCR_DICT (GH-142712)
authorDonghee Na <donghee.na@python.org>
Mon, 15 Dec 2025 16:42:32 +0000 (01:42 +0900)
committerGitHub <noreply@github.com>
Mon, 15 Dec 2025 16:42:32 +0000 (16:42 +0000)
commitabaaeee6a0abe96ed4c4cfb22018e8b871a67102
tree2d723d9e99852b94af8d4addef732cba051a65fb
parent872ab51f32ab1128c4941e23b66c3ebc07855883
gh-134584: Eliminate redundant refcounting from _STORE_SUBSCR_DICT (GH-142712)

Co-authored-by: Ken Jin <kenjin4096@gmail.com>
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