cpython/Misc/NEWS.d/next/Core and Builtins/2022-06-23-12-10-39.gh-issue-94163.SqAfQq.rst

5 lines
193 B
ReStructuredText

Add :opcode:`BINARY_SLICE` and :opcode:`STORE_SLICE` instructions for more efficient handling
and better specialization of slicing operations, where the slice is explicit
in the source code.