]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131798: fold super method lookups in JIT (#148231)
authorKumar Aditya <kumaraditya@python.org>
Thu, 9 Apr 2026 07:55:01 +0000 (13:25 +0530)
committerGitHub <noreply@github.com>
Thu, 9 Apr 2026 07:55:01 +0000 (13:25 +0530)
commit458aca92370d4b221f0e357f3104ed3c465756d6
tree0e1d066ab3154a3ba0f60f8c1251fd2bd4a7c692
parentee5232782fd5b939267644cd45e182347795220a
gh-131798: fold super method lookups in JIT (#148231)
14 files changed:
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_typeobject.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
Objects/typeobject.c
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
Python/record_functions.c.h