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.

Previous topic

objspace.std.withstrjoin

Next topic

objspace.std.withstrbuf

This Page