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

    Бинарный пакет: python-modules-multiprocessing
    Версия: 2.7.18-alt0.M90P.1
    Архитектура: e2kv5
    Собран:  16 ноября 2020 г. 20:05
    Исходный пакет: python
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.python.org/

    Лицензия: Python-2.0
    О пакете: 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


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


    16 ноября 2020 г. Vladimir D. Seleznev 2.7.18-alt0.M90P.1
    - Updated to 2.7.18 (fixes CVE-2019-9636).
    - 'Trusted mode' added (thnx boyarsh@).
    - License tag fixed (thnx boyarsh@).
    26 октября 2020 г. Andrey Cherepanov 2.7.16-alt1.M90P.2
    - Add provides python2-base for python-base.
    24 января 2020 г. Anton V. Boyarshinov 2.7.16-alt1.M90P.1
    - 'Trusted mode': optional modules loading paths restriction