Package python-modules-multiprocessing: Information

    Binary package: python-modules-multiprocessing
    Version: 2.7.18-alt0.M90P.1
    Architecture: e2kv5
    Build time:  Nov 16, 2020, 08:05 PM
    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


    Nov. 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@).
    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