PyPy
PyPy Configuration[objspace.usemodules.struct]
modified Sep 28, 2007 by Armin Rigo

objspace.usemodules.struct

back to parent

Basic Option Information

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

Description

Use the built-in 'struct' module. This module is expected to be working and is included by default. There is also a pure Python version in pypy/lib which is used if the built-in is disabled, but it is several orders of magnitude slower.