]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134584: Eliminate redundant refcounting from `_LOAD_ATTR_INSTANCE_VALUE` (GH-142769)
authorNadeshiko Manju <me@manjusaka.me>
Tue, 16 Dec 2025 20:39:20 +0000 (05:39 +0900)
committerGitHub <noreply@github.com>
Tue, 16 Dec 2025 20:39:20 +0000 (20:39 +0000)
commit6ee51a36b3dfa5789f94256dcd26ddd8af0c3c6d
tree9ea654460349cea4fbad74f5950cad71590b5795
parent92d4aeafd5c678f781526583332a4deb7293f5f8
gh-134584: Eliminate redundant refcounting from `_LOAD_ATTR_INSTANCE_VALUE` (GH-142769)

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-52-37.gh-issue-134584.VsfOQR.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