]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134584: Eliminate redundant refcounting from `_LOAD_ATTR_WITH_HINT` (GH-143062)
authorHai Zhu <35182391+cocolato@users.noreply.github.com>
Tue, 23 Dec 2025 00:28:08 +0000 (08:28 +0800)
committerGitHub <noreply@github.com>
Tue, 23 Dec 2025 00:28:08 +0000 (00:28 +0000)
commit5b5ee3c4bf1a28b61063311c768c5a4be077d267
treebc718f1e98ac78278dc0064ec5f5c476c19c9c8b
parent9e513012341607458196f64a78b8ef80819cae2a
gh-134584: Eliminate redundant refcounting from `_LOAD_ATTR_WITH_HINT` (GH-143062)

Eliminate redundant refcounting from _LOAD_ATTR_WITH_HINT
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