]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134584: Eliminate redundant refcounting from `_LOAD_ATTR_SLOT` (GH-143320)
authorNadeshiko Manju <me@manjusaka.me>
Thu, 1 Jan 2026 17:27:02 +0000 (01:27 +0800)
committerGitHub <noreply@github.com>
Thu, 1 Jan 2026 17:27:02 +0000 (17:27 +0000)
commitd00d39f58e522a8968a741876a5dad5505f2c4df
tree61dd99d4318b83dc3f21de79d70c5b0528b00f35
parent1fb8e0eb51acca6062a7d57e23055dc28b6a34b7
gh-134584: Eliminate redundant refcounting from `_LOAD_ATTR_SLOT` (GH-143320)

Signed-off-by: Manjusaka <me@manjusaka.me>
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
Misc/NEWS.d/next/Core_and_Builtins/2026-01-01-17-01-24.gh-issue-134584.nis8LC.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