diff options
author | Mark Shannon <mark@hotpy.org> | 2022-03-01 16:00:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-01 16:00:34 (GMT) |
commit | 3b0f1c5a710eff289dc44bec972dbaea353cc54f (patch) | |
tree | a3d33b56de327fa0a3abbff54c8013a95da61638 /Misc | |
parent | e91b0a7139d4a4cbd2351ccb5cd021a100cf42d2 (diff) | |
download | cpython-3b0f1c5a710eff289dc44bec972dbaea353cc54f.zip cpython-3b0f1c5a710eff289dc44bec972dbaea353cc54f.tar.gz cpython-3b0f1c5a710eff289dc44bec972dbaea353cc54f.tar.bz2 |
bpo-46841: Use inline cache for `BINARY_SUBSCR`. (GH-31618)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2022-02-28-15-46-36.bpo-46841.MDQoty.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-02-28-15-46-36.bpo-46841.MDQoty.rst b/Misc/NEWS.d/next/Core and Builtins/2022-02-28-15-46-36.bpo-46841.MDQoty.rst new file mode 100644 index 0000000..97b03de --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2022-02-28-15-46-36.bpo-46841.MDQoty.rst @@ -0,0 +1 @@ +Use inline cache for :opcode:`BINARY_SUBSCR`. |