Package python-modules-multiprocessing: Information

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

Binary package: python-modules-multiprocessing
Version: 2.7.18-alt6
Architecture: i586
Build time:  Aug 10, 2021, 04:55 PM in the task #282117
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


Aug. 2, 2021 Vladimir D. Seleznev 2.7.18-alt6
- Adopted patches from Fedora project (fixed CVE-2020-27619, CVE-2021-3177 and
  CVE-2021-23336).
April 28, 2021 Dmitry V. Levin 2.7.18-alt5
- python-dev: added rpm-build-python to requirements.
Feb. 25, 2021 Vladimir D. Seleznev 2.7.18-alt4
- python-dev: Removed dependency to libnsl2-devel (closes #39727).
- Built without libnsl LDFLAGS.