]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45510: Specialize BINARY_SUBTRACT (GH-29523)
authorDong-hee Na <donghee.na@python.org>
Thu, 18 Nov 2021 09:19:58 +0000 (18:19 +0900)
committerGitHub <noreply@github.com>
Thu, 18 Nov 2021 09:19:58 +0000 (09:19 +0000)
commit345ba3f080c140dee3102f472bc166c2db191bcc
tree302e16c6c660da6dcb5b5400447c24e90e4f4f2b
parent0920b61a0cb30128287ebafab1df8cad3a3dffdb
bpo-45510: Specialize BINARY_SUBTRACT (GH-29523)
Include/internal/pycore_long.h
Include/opcode.h
Lib/opcode.py
Objects/longobject.c
Python/ceval.c
Python/opcode_targets.h
Python/specialize.c