PyPy
PyPy Configuration[objspace.usemodules.__pypy__]

objspace.usemodules.__pypy__

back to parent

Basic Option Information

  • name: __pypy__
  • description: use module __pypy__
  • command-line: --withmod-__pypy__
  • command-line for negation: --withoutmod-__pypy__
  • option type: boolean option
  • default: True

Description

Use the '__pypy__' module. This module is expected to be working and is included by default. It contains special PyPy-specific functionality. For example most of the special functions described in the object space proxies document are in the module. See the __pypy__ module documentation for more details.