============================
objspace.std.withropeunicode
============================

* **name:** withropeunicode

* **description:** use ropes for the unicode implementation

* **command-line:** --objspace-std-withropeunicode

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

* **option type:** boolean option

* **default:** False

* **requirements:**

  + `objspace.std.withrope`_ must be set to 'True'

.. _`objspace.std.withrope`: objspace.std.withrope.html





Use ropes to implement unicode strings (and also normal strings).

See the section in `Standard Interpreter Optimizations`_ for more details.

.. _`Standard Interpreter Optimizations`: ../interpreter-optimizations.html#ropes


