]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134584: Eliminate redundant refcounting in JIT for `MATCH_CLASS` (GH-144821)
authorSacul <183588943+Sacul0457@users.noreply.github.com>
Sat, 14 Mar 2026 12:00:18 +0000 (20:00 +0800)
committerGitHub <noreply@github.com>
Sat, 14 Mar 2026 12:00:18 +0000 (12:00 +0000)
commit798070d8ca4a32c1d7d10e69defcb1b2f934bea6
treea2424691c3a1a58e3e59cc4ef4389a876c1eb3a5
parent97968564b61965f2a65a9be8af731cee6913eb7a
gh-134584: Eliminate redundant refcounting in JIT for `MATCH_CLASS` (GH-144821)
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
Misc/NEWS.d/next/Core_and_Builtins/2026-02-14-15-51-16.gh-issue-134584.6WFSuB.rst [new file with mode: 0644]
Modules/_testinternalcapi/test_cases.c.h
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h