mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
5 lines
193 B
ReStructuredText
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.
|
|
|
|
|