Package python-modules-multiprocessing: Information

    Binary package: python-modules-multiprocessing
    Version: 2.6.6-alt4
    Architecture: x86_64
    Build time:  Mar 29, 2011, 06:46 AM
    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


    March 29, 2011 Eugeny A. Rostovtsev 2.6.6-alt4
    - distutils.command: added bdist_altrpm.py from repository of
      rpm-build-python by request of rt@
    March 24, 2011 Eugeny A. Rostovtsev 2.6.6-alt3
    - Moved wsgiref.egg-info into python-modules-wsgiref (ALT #25274)
    Feb. 25, 2011 Dmitry V. Levin 2.6.6-alt2
    - Corrected interpackage dependencies.
    - Rebuilt for soname set-versions and debuginfo.