PyPy
PyPy Configuration[objspace.std.withstrslice]

objspace.std.withstrslice

back to parent

Basic Option Information

  • 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

Description

Enable "string slice" objects.

See the page about Standard Interpreter Optimizations for more details.