]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142982: Specialize CALL_FUNCTION_EX (GH-143391)
authorKen Jin <kenjin@python.org>
Tue, 6 Jan 2026 20:34:08 +0000 (04:34 +0800)
committerGitHub <noreply@github.com>
Tue, 6 Jan 2026 20:34:08 +0000 (20:34 +0000)
commitdf355348f077f674fffac010413e058f4ac7c0d3
tree26755c87aca05f8845977bf565e0f7b59ece3185
parentff7d1cec41f391270560b9f4726791d8476c6eba
gh-142982: Specialize CALL_FUNCTION_EX (GH-143391)
20 files changed:
Include/internal/pycore_code.h
Include/internal/pycore_interpframe.h
Include/internal/pycore_magic_number.h
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Include/opcode_ids.h
Lib/_opcode_metadata.py
Lib/opcode.py
Lib/test/test_capi/test_opt.py
Lib/test/test_opcache.py
Misc/NEWS.d/next/Core_and_Builtins/2026-01-03-14-47-49.gh-issue-142982.0lAtc7.rst [new file with mode: 0644]
Python/bytecodes.c
Python/ceval.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/opcode_targets.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Python/specialize.c