NOTICE: This package has been removed from pkgsrc

./wip/py-billiard, Python multiprocessing fork with improvements and bugfixes

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.7.3.30, Package name: py27-billiard-2.7.3.30, Maintainer: pkgsrc-users

billiard is a fork of the Python 2.7 multiprocessing package. The
multiprocessing package itself is a renamed and updated version of R Oudkerk's
pyprocessing package. This standalone variant is intended to be compatible with
Python 2.4 and 2.5, and will draw it's fixes/improvements from python-trunk.

* Also it is a fork of the multiprocessin backport package by Christian Heims;
* It includes the no-execv patch contributed by R. Oudkerk;
* And the Pool improvements previously located in Celery;


Required to run:
[devel/py-setuptools] [lang/python27]

Master sites:

SHA1: 8541e22850a93bccff697adbb370e4f3bd54e1d6
RMD160: 3d68d2d2962d8d8d0fd6c47e88332192602b687f
Filesize: 131.481 KB

Version history: (Expand)


CVS history: (Expand)


   2015-06-01 22:57:41 by Kamel Ibn Aziz Derouiche | Files touched by this commit (4) | Package removed
Log message:
exist component in parallel

   2015-06-01 22:54:48 by Kamel Ibn Aziz Derouiche | Files touched by this commit (4)
Log message:
Import py27-billiard-3.3.0.20 as wip/py-billiard.

Python multiprocessing fork with improvements and bugfixes

   2013-07-02 13:19:38 by othyro | Files touched by this commit (12) | Package removed
Log message:
-py-{billiard,kombu,anyjson}; Imported to HEAD.
   2013-07-01 14:25:30 by othyro | Files touched by this commit (2)
Log message:
Updated to latest release, 2.7.3.30. From CHANGES.txt:
2.7.3.30 - 2012-06-28
---------------------

- Fixed ImportError in billiard._ext

2.7.3.29 - 2013-06-28
---------------------

- Compilation: Fixed improper handling of HAVE_SEM_OPEN (Issue #55)

    Fix contributed by Krzysztof Jagiello.

- Process now releases logging locks after fork.

    This previously happened in Pool, but it was done too late
    as processes logs when they bootstrap.

- Pool.terminate_job now ignores `No such process` errors.

- billiard.Pool entrypoint did not support new arguments
  to billiard.pool.Pool

- Connection inbound buffer size increased from 1kb to 128kb.

- C extension cleaned up by properly adding a namespace to symbols.

- _exit_function now works even if thread wakes up after gc collect.
   2013-06-08 01:40:57 by othyro | Files touched by this commit (4) | Package updated
Log message:
Import py27-billiard-2.7.3.28 as wip/py-billiard.

billiard is a fork of the Python 2.7 multiprocessing package. The
multiprocessing package itself is a renamed and updated version of R Oudkerk's
pyprocessing package. This standalone variant is intended to be compatible with
Python 2.4 and 2.5, and will draw it's fixes/improvements from python-trunk.

 * Also it is a fork of the multiprocessin backport package by Christian Heims;
 * It includes the no-execv patch contributed by R. Oudkerk;
 * And the Pool improvements previously located in Celery;