]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100239: specialize BINARY_OP/SUBSCR for list-slice (#132626)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 1 May 2025 10:28:52 +0000 (11:28 +0100)
committerGitHub <noreply@github.com>
Thu, 1 May 2025 10:28:52 +0000 (10:28 +0000)
commit5529213d4efa82719044447013dda56eb7da3195
tree13ea899908013f8ef0d48911b1c7d608987acbdd
parent3831752689f4a43c26746b691c9c904550fadc17
gh-100239: specialize BINARY_OP/SUBSCR for list-slice (#132626)
15 files changed:
Include/cpython/pystats.h
Include/internal/pycore_list.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
Misc/NEWS.d/next/Core_and_Builtins/2025-04-17-11-40-13.gh-issue-100239.9RxIxY.rst [new file with mode: 0644]
Objects/listobject.c
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/opcode_targets.h
Python/optimizer_cases.c.h
Python/specialize.c