]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-26280: Port BINARY_SUBSCR to PEP 659 adaptive interpreter (GH-27043)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 15 Jul 2021 12:13:12 +0000 (13:13 +0100)
committerGitHub <noreply@github.com>
Thu, 15 Jul 2021 12:13:12 +0000 (13:13 +0100)
commit641345d636320a6fca04a5271fa4c4c5ba3e5437
tree94bc416ec61aa551bf4691fa70b3ad92373783ed
parenta0551059ba6a83d32a36fb3b87911c77f26f5b9f
bpo-26280: Port BINARY_SUBSCR to PEP 659 adaptive interpreter (GH-27043)
Include/internal/pycore_code.h
Include/opcode.h
Lib/opcode.py
Misc/NEWS.d/next/Core and Builtins/2021-07-14-10-31-10.bpo-26280.cgpM4B.rst [new file with mode: 0644]
Python/ceval.c
Python/opcode_targets.h
Python/specialize.c