PyPy
PyPy Configuration[translation.thread]

translation.thread

back to parent

Basic Option Information

  • name: thread
  • description: enable use of threading primitives
  • command-line: --thread
  • command-line for negation: --no-thread
  • option type: boolean option
  • default: False

Description

Enable threading. The only target where this has visible effect is PyPy (this also enables the thread module then).