=========================
objspace.std.withstrslice
=========================

* **name:** withstrslice

* **description:** use strings optimized for slicing

* **command-line:** --objspace-std-withstrslice

* **command-line for negation:** --no-objspace-std-withstrslice

* **option type:** boolean option

* **default:** False




Enable "string slice" objects.

See the page about `Standard Interpreter Optimizations`_ for more details.

.. _`Standard Interpreter Optimizations`: ../interpreter-optimizations.html#string-slice-objects


