[issue12285] Unexpected behavior for 0 or negative processes in multiprocessing.pool()

STINNER Victor report at bugs.python.org
Thu Jun 9 02:35:44 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

multiprocessing_pool.patch: raise a ValueError if processes is less than 1. A test should be added.

----------
keywords: +patch
nosy: +haypo
versions: +Python 2.7, Python 3.2, Python 3.3 -Python 2.6
Added file: http://bugs.python.org/file22287/multiprocessing_pool.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12285>
_______________________________________


More information about the Python-bugs-list mailing list