]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-131798: Split CALL_LIST_APPEND into several uops (GH-134240)
authorDiego Russo <diego.russo@arm.com>
Mon, 19 May 2025 19:48:55 +0000 (15:48 -0400)
committerGitHub <noreply@github.com>
Mon, 19 May 2025 19:48:55 +0000 (15:48 -0400)
commit42d03f393313d8a228a45dad1d0897ea99f5ec89
treef736d4fbdff627bc2497d58a9f2103a93f467398
parent92f85ff3a07335e32a0e00a55b7b6aaf3657019b
GH-131798: Split CALL_LIST_APPEND into several uops (GH-134240)
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/2025-05-19-15-15-58.gh-issue-131798.PCP71j.rst [new file with mode: 0644]
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h