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

    Бинарный пакет: python-modules-multiprocessing
    Версия: 2.7.16-alt1.M90P.2
    Архитектура: x86_64
    Собран:  30 октября 2020 г. 0:02 в задании #260393
    Исходный пакет: 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


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


    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
    1 апреля 2019 г. Gleb Fotengauer-Malinovskiy 2.7.16-alt1
    - Updated to 2.7.16 (fixes FTBFS with openssl 1.1.1).
    - Removed redundant R: alternatives.