]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46841: Use inline cache for `BINARY_SUBSCR`. (GH-31618)
authorMark Shannon <mark@hotpy.org>
Tue, 1 Mar 2022 16:00:34 +0000 (16:00 +0000)
committerGitHub <noreply@github.com>
Tue, 1 Mar 2022 16:00:34 +0000 (16:00 +0000)
commit3b0f1c5a710eff289dc44bec972dbaea353cc54f
treea3d33b56de327fa0a3abbff54c8013a95da61638
parente91b0a7139d4a4cbd2351ccb5cd021a100cf42d2
bpo-46841: Use inline cache for `BINARY_SUBSCR`. (GH-31618)
Include/cpython/object.h
Include/internal/pycore_code.h
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_capi.py
Lib/test/test_sys.py
Misc/NEWS.d/next/Core and Builtins/2022-02-28-15-46-36.bpo-46841.MDQoty.rst [new file with mode: 0644]
Programs/test_frozenmain.h
Python/ceval.c
Python/specialize.c