]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44945: Specialize BINARY_ADD (GH-27967)
authorMark Shannon <mark@hotpy.org>
Fri, 27 Aug 2021 08:21:01 +0000 (09:21 +0100)
committerGitHub <noreply@github.com>
Fri, 27 Aug 2021 08:21:01 +0000 (09:21 +0100)
commitd3eaf0cc5b311ad023fd13e367f817d528403306
treed21a76b0e3aa781e66d07442c75599e35c3d27bd
parent245f1f260577a005fd631144b4377febef0b47ed
bpo-44945: Specialize BINARY_ADD (GH-27967)
Include/internal/pycore_code.h
Include/internal/pycore_long.h
Include/opcode.h
Lib/opcode.py
Misc/NEWS.d/next/Core and Builtins/2021-08-18-11-14-38.bpo-44945.CO3s77.rst [new file with mode: 0644]
Objects/longobject.c
Python/ceval.c
Python/opcode_targets.h
Python/specialize.c