]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134584: Eliminate redundant refcounting from ``_CALL_LEN`` (gh-136104)
authorDonghee Na <donghee.na@python.org>
Thu, 11 Dec 2025 15:24:34 +0000 (00:24 +0900)
committerGitHub <noreply@github.com>
Thu, 11 Dec 2025 15:24:34 +0000 (15:24 +0000)
commita27538540ed12c91f75361ae78d1117c74667af7
treec18461dac4c1b056ff1eb28073c1f60f61af0ecd
parentc43398600516b9d5ef4de158db8e5f2cd9dea137
gh-134584: Eliminate redundant refcounting from ``_CALL_LEN`` (gh-136104)
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