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

objspace.usemodules.sha

back to parent

Basic Option Information

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

Description

Use the built-in 'sha' 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.