Package python-modules-multiprocessing: Information

    Binary package: python-modules-multiprocessing
    Version: 2.7.18-alt10
    Architecture: armh
    Build time:  Jun 17, 2022, 04:25 PM in the task #302234
    Source package: python
    Report package bug
    License: Python-2.0
    Summary: Process-based threading interface for Python
    Description: 
    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.



    Last changed


    June 17, 2022 Vladimir D. Seleznev 2.7.18-alt10
    - Secutiry update (fixed: CVE-2015-20107).
    - Fixed Url field.
    March 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.
    Oct. 8, 2021 Vladimir D. Seleznev 2.7.18-alt8
    - Security update (fixed: CVE-2021-3733 and CVE-2021-3737).