]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134584: Eliminate redundant refcounting from `_STORE_ATTR_WITH_HINT` (GH-142767)
authorNadeshiko Manju <me@manjusaka.me>
Tue, 16 Dec 2025 22:21:04 +0000 (07:21 +0900)
committerGitHub <noreply@github.com>
Tue, 16 Dec 2025 22:21:04 +0000 (22:21 +0000)
commit434525398196db692196661d15e678b3d514aa54
tree3784a5d2b99a48d23cc7695749c69756b9d9bbaf
parent8c87bcd7f2fd7ea5f731b5fd64ab261814ec892f
gh-134584: Eliminate redundant refcounting from `_STORE_ATTR_WITH_HINT` (GH-142767)

Signed-off-by: Manjusaka <me@manjusaka.me>
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/2025-12-16-05-24-24.gh-issue-134584.tJ1usH.rst [new file with mode: 0644]
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h