diff options
author | Yth - Arnaud <yth@ythogtha.org> | 2019-10-26 18:43:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-26 18:52:03 +0700 |
commit | a405b5a2c4fb625eccad6c745833a267ecc55a9f (patch) | |
tree | 0c9c4d31a2c55e2286b550df3cf13f7645ac1a7a /python/billiard/README | |
parent | 4a81814a6d428a0ea5c43ec9df83c0f2f26a4e2e (diff) |
python/billiard: Added (Multiprocessing Pool Extensions).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/billiard/README')
-rw-r--r-- | python/billiard/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/python/billiard/README b/python/billiard/README new file mode 100644 index 0000000000..c755b92160 --- /dev/null +++ b/python/billiard/README @@ -0,0 +1,14 @@ +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 draws its fixes/improvements from python-trunk +and provides additional bug fixes and improvements. + +* This package would not be possible if not for the contributions of not only + the current maintainers but all of the contributors to the original + pyprocessing package listed here. +* Also, it is a fork of the multiprocessing backport package by Christian Heims. +* It includes the no-execv patch contributed by R. Oudkerk. +* And the Pool improvements previously located in Celery. +* Billiard is used in and is a dependency for Celery and is maintained by the + Celery team. |