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

    Бинарный пакет: python-modules-multiprocessing
    Версия: 2.7.18-alt10
    Архитектура: i586
    Собран:  9 ноября 2022 г. 21:03 в задании #309289
    Исходный пакет: python
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: https://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


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


    17 июня 2022 г. Vladimir D. Seleznev 2.7.18-alt10
    - Secutiry update (fixed: CVE-2015-20107).
    - Fixed Url field.
    12 марта 2022 г. Vladimir D. Seleznev 2.7.18-alt9
    - Security update (fixed: CVE-2021-4189 and CVE-2022-0391);
    - Fixed FTBFS against libexpat >= 2.4.5.
    8 октября 2021 г. Vladimir D. Seleznev 2.7.18-alt8
    - Security update (fixed: CVE-2021-3733 and CVE-2021-3737).