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

    Бинарный пакет: python-modules-multiprocessing
    Версия: 2.7.6-alt2.M70P.1
    Архитектура: i586
    Собран:  4 апреля 2014 г. 14:24 в задании #117655
    Исходный пакет: 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


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


    4 апреля 2014 г. Andrey Cherepanov 2.7.6-alt2.M70P.1
    - Backport to p7 branch (ALT #29951)
    30 января 2014 г. George V. Kouryachy 2.7.6-alt3
    - Build and install shared build, separate static (was contrariwise).
    - Fix for python issue 20445.
    22 ноября 2013 г. Dmitry V. Levin 2.7.6-alt2
    - Relocated _sysconfigdata (required by sysconfig) from -modules to -base.