Package python-modules-multiprocessing: Information

  • Default inline alert: Version in the repository: 2.7.18-alt11

Binary package: python-modules-multiprocessing
Version: 2.7.18-alt1
Architecture: x86_64
Build time:  May 5, 2020, 11:20 AM in the task #250345
Source package: python
Report package bug
License: Python-2.0
Summary: Process-based threading interface for Python
Description: 
This package supports spawning processes using an API similar to the
threading module. The multiprocessing package offers both local and
remote concurrency, effectively side-stepping the Global Interpreter
Lock by using subprocesses instead of threads. Due to this, the
multiprocessing module allows the programmer to fully leverage multiple
processors on a given machine.



Last changed


April 21, 2020 Vladimir D. Seleznev 2.7.18-alt1
- Updated to 2.7.18.
Jan. 23, 2020 Anton V. Boyarshinov 2.7.17-alt4
- 'Trusted mode' added
- License tag fixed
Nov. 11, 2019 Vladimir D. Seleznev 2.7.17-alt3
- Built without python-base (moved to its own package).