]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134584: Eliminate redundant refcounting from `_CONTAINS_{OP|OP_SET|OP_DICT}` ...
authorNadeshiko Manju <me@manjusaka.me>
Mon, 12 Jan 2026 15:47:31 +0000 (23:47 +0800)
committerGitHub <noreply@github.com>
Mon, 12 Jan 2026 15:47:31 +0000 (15:47 +0000)
commite535bdb0a2a9d1a0f588f23923ef3067fecdaeb6
tree2fbd285666667aa82b0b5074cc3c2edab18e1e41
parentc3157480601499565fd42a8afbdb0207328ac484
gh-134584: Eliminate redundant refcounting from `_CONTAINS_{OP|OP_SET|OP_DICT}` (GH-143731)

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/2026-01-12-22-49-36.gh-issue-134584.guDlsj.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