]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134584: Eliminate redundant refcounting from `IS_OP` (GH-143171)
authorHai Zhu <35182391+cocolato@users.noreply.github.com>
Fri, 26 Dec 2025 20:30:02 +0000 (04:30 +0800)
committerGitHub <noreply@github.com>
Fri, 26 Dec 2025 20:30:02 +0000 (20:30 +0000)
commita1c630834649d54ffbca34f79650b5adcafcde71
treee3dd2a86cffe7ce1f1298fff19a51bad6022aedb
parentb3f2d80569185be470e30ddb158f711143187dbf
gh-134584: Eliminate redundant refcounting from `IS_OP` (GH-143171)

Eliminate redundant refcounting from IS_OP
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