]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100239: Specialize more binary operations using BINARY_OP_EXTEND (GH-128956)
authorPieter Eendebak <pieter.eendebak@gmail.com>
Thu, 16 Apr 2026 08:22:41 +0000 (10:22 +0200)
committerGitHub <noreply@github.com>
Thu, 16 Apr 2026 08:22:41 +0000 (09:22 +0100)
commit1f6a09fb3672f7e7a263bb77f09d5f517f5edb98
tree39ed52807f8183216169957f7cb36023cf217e54
parent9d3814308805e0a254e08f230ed362e86e6185cb
gh-100239: Specialize more binary operations using BINARY_OP_EXTEND (GH-128956)
21 files changed:
Include/internal/pycore_bytesobject.h
Include/internal/pycore_code.h
Include/internal/pycore_dict.h
Include/internal/pycore_list.h
Include/internal/pycore_tuple.h
Include/internal/pycore_uop_ids.h
Include/internal/pycore_uop_metadata.h
Lib/test/test_capi/test_opt.py
Lib/test/test_opcache.py
Misc/NEWS.d/next/Core_and_Builtins/2025-01-17-19-48-28.gh-issue-100239.7pbTEA.rst [new file with mode: 0644]
Modules/_testinternalcapi/test_cases.c.h
Objects/bytesobject.c
Objects/dictobject.c
Objects/listobject.c
Objects/tupleobject.c
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/optimizer_bytecodes.c
Python/optimizer_cases.c.h
Python/specialize.c