]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Revert "gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 6 May 2025 10:12:26 +0000 (11:12 +0100)
committerGitHub <noreply@github.com>
Tue, 6 May 2025 10:12:26 +0000 (13:12 +0300)
commit296cd128bf433b8d3b8d9387d7a8ca2de430fbad
treed4703de684de96ec46488198f8e3e188b393cd7f
parent3c73cf51df2643cc144b03ac1003588d8822d5b5
Revert "gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, apply to arrays (#133396)" (#133498)
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 [deleted file]
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