]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134584: Remove redundant refcount from _BINARY_OP_ADD_UNICODE (gh-142825)
authorDonghee Na <donghee.na@python.org>
Thu, 18 Dec 2025 12:33:18 +0000 (21:33 +0900)
committerGitHub <noreply@github.com>
Thu, 18 Dec 2025 12:33:18 +0000 (21:33 +0900)
commit71a7cb8887cd2974de323e2fd8d0f1435789389c
treee09cb518ddf6210ffe45f15d4b83ec956b348e41
parentfc80096a07a3a1da429e251d062a1cf0422cca41
gh-134584: Remove redundant refcount from _BINARY_OP_ADD_UNICODE (gh-142825)
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