]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144005: Eliminate redundant refcounting in the JIT for BINARY_OP_EXTEND (#144006)
authorAN Long <aisk@users.noreply.github.com>
Fri, 23 Jan 2026 17:19:01 +0000 (02:19 +0900)
committerGitHub <noreply@github.com>
Fri, 23 Jan 2026 17:19:01 +0000 (17:19 +0000)
commit2f42f8334403bda2db98349518b51727269ec170
treeb4d9c9e4bde97006deacd8583c48a30aee718728
parent70e67f579e20036d82c59cd604b5dc73dd3c6a8a
gh-144005: Eliminate redundant refcounting in the JIT for BINARY_OP_EXTEND (#144006)
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-01-19-01-26-12.gh-issue-144005.Z3O33m.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