PyPy
PyPy Configuration[objspace.std.withropeunicode]

objspace.std.withropeunicode

back to parent

Basic Option Information

  • 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:

Description

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

See the section in Standard Interpreter Optimizations for more details.