Package python-modules-multiprocessing: Information

    Binary package: python-modules-multiprocessing
    Version: 2.7.16-alt1.M90P.2
    Architecture: x86_64
    Build time:  Oct 30, 2020, 12:02 AM in the task #260393
    Source package: python
    Report package bug
    License: PSF
    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


    Oct. 26, 2020 Andrey Cherepanov 2.7.16-alt1.M90P.2
    - Add provides python2-base for python-base.
    Jan. 24, 2020 Anton V. Boyarshinov 2.7.16-alt1.M90P.1
    - 'Trusted mode': optional modules loading paths restriction
    April 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.