]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143995: Eliminate redundant refcounting in the JIT from LOAD_ATTR_MODULE (GH-143996)
authorAN Long <aisk@users.noreply.github.com>
Sun, 25 Jan 2026 18:24:44 +0000 (03:24 +0900)
committerGitHub <noreply@github.com>
Sun, 25 Jan 2026 18:24:44 +0000 (18:24 +0000)
commit6e55337f8aca650328e7f07decf2e8171e685532
tree5534ee59b8b17e6c971ca4fa36f0aa22e1175dee
parenta51bf70f95ccab420fb6afec009e8192065f2beb
gh-143995: Eliminate redundant refcounting in the JIT from LOAD_ATTR_MODULE (GH-143996)
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
Modules/_testinternalcapi/test_cases.c.h
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_analysis.c
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h