]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134584: Eliminate redundant refcounting from `_COMPARE_OP_X` (GH-143186)
authorHai Zhu <35182391+cocolato@users.noreply.github.com>
Fri, 26 Dec 2025 16:12:28 +0000 (00:12 +0800)
committerGitHub <noreply@github.com>
Fri, 26 Dec 2025 16:12:28 +0000 (16:12 +0000)
commitb3f2d80569185be470e30ddb158f711143187dbf
treebf26ab44b747f69b4cd4b368830f3b6e6ec40676
parentd3d4cf943209d8f27084af621235aa382ba287b1
gh-134584: Eliminate redundant refcounting from `_COMPARE_OP_X` (GH-143186)
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