]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, apply...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Mon, 5 May 2025 16:46:56 +0000 (17:46 +0100)
committerGitHub <noreply@github.com>
Mon, 5 May 2025 16:46:56 +0000 (17:46 +0100)
commit082dbf77884264a8470b1ea132cc458d0b5bf08a
tree3d441ff384d05c127bc67c3a9e4a8df8c8a2f6ad
parent07f416a3f063db6b91b8b99ff61a51b64b0503f1
gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, apply to arrays (#133396)
14 files changed:
Include/cpython/object.h
Include/internal/pycore_code.h
Include/internal/pycore_opcode_metadata.h
Include/internal/pycore_uop_metadata.h
Include/typeslots.h
Lib/test/test_sys.py
Misc/NEWS.d/next/Core_and_Builtins/2025-05-04-19-32-47.gh-issue-133395.VhWWEP.rst [new file with mode: 0644]
Modules/arraymodule.c
Objects/typeslots.inc
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_cases.c.h
Python/specialize.c