PyPy
PyPy Configuration[objspace.usemodules._pickle_support]

objspace.usemodules._pickle_support

back to parent

Basic Option Information

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

Description

Use the '_pickle_support' module. Internal helpers for pickling runtime builtin types (frames, cells, etc) for stackless tasklet pickling support. .. stackless: ../stackless.html