forked from pool/python-billiard
- Update to 2.7.3.5
* Now always cleans up after sys.exc_info() to avoid cyclic references. * ExceptionInfo without arguments now defaults to sys.exc_info. * Forking can now be disabled using the MULTIPROCESSING_FORKING_DISABLE environment variable. Also this envvar is set so that the behavior is inherited after execv. * The semaphore cleanup process started when execv is used now sets a useful process name if the setproctitle module is installed. * Sets the FORKED_BY_MULTIPROCESSING environment variable if forking is disabled. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-billiard?expand=0&rev=5
This commit is contained in:
parent
321c819210
commit
da47a814ed
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a2c2a456af1156eaa9cd3ba7eb6b41e3e340f425fd5b452d2c16ebbb3e523f55
|
||||
size 115705
|
3
billiard-2.7.3.5.tar.gz
Normal file
3
billiard-2.7.3.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:adac561ee2c13017563aa69e26627e4ad5325f4381bd4263f968238c32616141
|
||||
size 116718
|
@ -1,7 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 17 23:40:18 UTC 2012 - jfunk@funktronics.ca
|
||||
|
||||
- Update to 2.7.3.5
|
||||
* Now always cleans up after sys.exc_info() to avoid cyclic references.
|
||||
* ExceptionInfo without arguments now defaults to sys.exc_info.
|
||||
* Forking can now be disabled using the MULTIPROCESSING_FORKING_DISABLE
|
||||
environment variable.
|
||||
Also this envvar is set so that the behavior is inherited after execv.
|
||||
* The semaphore cleanup process started when execv is used now sets a useful
|
||||
process name if the setproctitle module is installed.
|
||||
* Sets the FORKED_BY_MULTIPROCESSING environment variable if forking is
|
||||
disabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 27 22:54:35 UTC 2012 - jfunk@funktronics.ca
|
||||
|
||||
- Update to 1.7.3.4
|
||||
- Update to 2.7.3.4
|
||||
* Added billiard.ensure_multiprocessing() - Raises NotImplementedError if
|
||||
the platform does not support multiprocessing (e.g. Jython).
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
Name: python-billiard
|
||||
Version: 2.7.3.4
|
||||
Version: 2.7.3.5
|
||||
Release: 0
|
||||
Url: http://github.com/ask/billiard
|
||||
Summary: Python multiprocessing fork
|
||||
|
Loading…
Reference in New Issue
Block a user