PyPy
PyPy Configuration[objspace.std.withmultilist]

objspace.std.withmultilist

back to parent

Basic Option Information

  • name: withmultilist
  • description: use lists optimized for flexibility
  • command-line: --objspace-std-withmultilist
  • command-line for negation: --no-objspace-std-withmultilist
  • option type: boolean option
  • default: False
  • requirements:

Description

This enables "multilists". They are a different implementation of the Python list type, indistinguishable for the normal user (when using multilists, the normal implementation is not used at all).

See the section in Standard Interpreter Optimizations for more details.