]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134584: Eliminate redundant refcounting from _CALL{_BUILTIN_O, _METHOD_DESCRIPTOR_...
authorDonghee Na <donghee.na@python.org>
Thu, 1 Jan 2026 17:25:38 +0000 (02:25 +0900)
committerGitHub <noreply@github.com>
Thu, 1 Jan 2026 17:25:38 +0000 (17:25 +0000)
commit1fb8e0eb51acca6062a7d57e23055dc28b6a34b7
treee0483e051784044776f7b15fb39fd6d2826e575a
parent422ca074bc80a1d570d2599f733b8d8a748abf66
gh-134584: Eliminate redundant refcounting from _CALL{_BUILTIN_O, _METHOD_DESCRIPTOR_O} (GH-143330)

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
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h