]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #12285: multiprocessing.Pool() raises a ValueError if the number of
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 20 Jun 2011 15:54:33 +0000 (17:54 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 20 Jun 2011 15:54:33 +0000 (17:54 +0200)
commitf64a0cffca141fa0a8f1138b5f069ea0da446c9f
tree4d043737585f7df99d0246b18d2befaba4c456cc
parent3fdf9d43e5b7f788f19a4a6d7f0a6530c5b8c504
Issue #12285: multiprocessing.Pool() raises a ValueError if the number of
processes if negative or null.
Lib/multiprocessing/pool.py
Lib/test/test_multiprocessing.py