]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131798: constant fold special method lookups in JIT (#148432)
authorKumar Aditya <kumaraditya@python.org>
Tue, 14 Apr 2026 16:02:23 +0000 (21:32 +0530)
committerGitHub <noreply@github.com>
Tue, 14 Apr 2026 16:02:23 +0000 (16:02 +0000)
commit3cb7eaec857503e4e343ced1e82c0864e16da729
treedb39e076a006a058d4d289992e036b9f791d5869
parent11da7d4e210c6e358c65c7b2bf02360e7b6351ad
gh-131798: constant fold special method lookups in JIT (#148432)
Include/internal/pycore_opcode_metadata.h
Lib/test/test_capi/test_opt.py
Python/bytecodes.c
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Python/record_functions.c.h