PyPy
PyPy Configuration[objspace.std.withstrjoin]

objspace.std.withstrjoin

back to parent

Basic Option Information

  • name: withstrjoin
  • description: use strings optimized for addition
  • command-line: --objspace-std-withstrjoin
  • command-line for negation: --no-objspace-std-withstrjoin
  • option type: boolean option
  • default: False

Description

Enable "string join" objects.

See the page about Standard Interpreter Optimizations for more details.