]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45829: Specialize BINARY_SUBSCR for __getitem__ implemented in Python. (GH-29592)
authorMark Shannon <mark@hotpy.org>
Thu, 18 Nov 2021 11:02:14 +0000 (11:02 +0000)
committerGitHub <noreply@github.com>
Thu, 18 Nov 2021 11:02:14 +0000 (11:02 +0000)
commit21fa7a3e8f99a1a32467f85c877e40cbdafa9da7
tree55d139caef014d3875f2cd65de98f52f8669d78d
parent5275e59c0c1b26226608e6c7c2548c26192d6575
bpo-45829: Specialize BINARY_SUBSCR for __getitem__ implemented in Python. (GH-29592)
Include/internal/pycore_code.h
Include/opcode.h
Lib/opcode.py
Misc/NEWS.d/next/Core and Builtins/2021-11-17-10-14-35.bpo-45829.5Cf6fY.rst [new file with mode: 0644]
Python/ceval.c
Python/opcode_targets.h
Python/specialize.c