objspace.usemodules._multiprocessingΒΆ
- name: _multiprocessing
- description: use module _multiprocessing
- command-line: --withmod-_multiprocessing
- command-line for negation: --withoutmod-_multiprocessing
- option type: boolean option
- default: False
- requirements:
- objspace.usemodules.time must be set to 'True'
- objspace.usemodules.thread must be set to 'True'
Use the '_multiprocessing' module. Used by the 'multiprocessing' standard lib module. This module is expected to be working and is included by default.