objspace.nameΒΆ

  • name: name
  • description: Object Space name
  • command-line: –objspace -o
  • option type: choice option
  • possible values:
    • std
    • flow
    • thunk
    • dump
  • default: std

Determine which Object Space to use. The Standard Object Space gives the normal Python semantics, the others are Object Space Proxies giving additional features (except the Flow Object Space which is not intended for normal usage):

  • thunk: The thunk object space adds lazy evaluation to PyPy.
  • dump: Using this object spaces results in the dumpimp of all operations to a log.

Previous topic

objspace

Next topic

objspace.opcodes

This Page