Пакет python-modules-multiprocessing: Информация

  • Default inline alert: Версия в репозитории: 2.7.18-alt10

Бинарный пакет: python-modules-multiprocessing
Версия: 2.7.14-alt1
Архитектура: x86_64
Собран:  7 ноября 2017 г. 21:06 в задании #193020
Исходный пакет: python
Категория: Разработка/Python
Сообщить об ошибке в пакете
Домашняя страница: http://www.python.org/

Лицензия: PSF
О пакете: Process-based threading interface for Python
Описание: 
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.

Сопровождающий: Python Development Team


Последнее изменение


31 октября 2017 г. George V. Kouryachy 2.7.14-alt1
- Version up
- Turn off static build that have been lost long ago
24 октября 2017 г. Dmitry V. Levin 2.7.11-alt6
- python-base: compressed documentation files.
27 сентября 2017 г. Anton V. Boyarshinov 2.7.11-alt5
- libpython, python-modules: backported upstream fixes
  (Fixes: CVE-2016-0772, CVE-2016-5636)