]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45367: Specialize BINARY_MULTIPLY (GH-28727)
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Thu, 14 Oct 2021 14:56:33 +0000 (10:56 -0400)
committerGitHub <noreply@github.com>
Thu, 14 Oct 2021 14:56:33 +0000 (15:56 +0100)
commit3b3d30e8f78271a488965c9cd11136e1aa890757
tree34670d2b9ba58a187d5b777fd77523720056e334
parentc96d1546b11b4c282a7e21737cb1f5d16349656d
bpo-45367: Specialize BINARY_MULTIPLY (GH-28727)
Include/internal/pycore_code.h
Include/internal/pycore_long.h
Include/opcode.h
Lib/opcode.py
Misc/NEWS.d/next/Core and Builtins/2021-10-05-03-49-07.bpo-45367._astoU.rst [new file with mode: 0644]
Objects/longobject.c
Python/ceval.c
Python/opcode_targets.h
Python/specialize.c