]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134584: Eliminate redundant refcounting from `_STORE_ATTR_INSTANCE_VALUE` (GH...
authorNadeshiko Manju <me@manjusaka.me>
Mon, 15 Dec 2025 20:17:12 +0000 (04:17 +0800)
committerGitHub <noreply@github.com>
Mon, 15 Dec 2025 20:17:12 +0000 (20:17 +0000)
commit059316ade6d971cf11e8fbaa73dbedb5babebf02
treef6d55443c2f47bde2adc6c1ba24b60decc02e2d9
parent0ac4e6c6cde309b0ca4c4539f48a3773ff426591
gh-134584: Eliminate redundant refcounting from `_STORE_ATTR_INSTANCE_VALUE` (GH-142759)

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-01-17-21.gh-issue-134584.tsxYYw.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