]> granicus.if.org Git - python/commit
(merge 3.2) Issue #12285: multiprocessing.Pool() raises a ValueError if the
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 20 Jun 2011 15:54:03 +0000 (17:54 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 20 Jun 2011 15:54:03 +0000 (17:54 +0200)
commit395dc58ee784087547115b684b2b39f40655ac47
tree2eec97f48e097ccf5b7be0e08f8f1c223ed8ae19
parentfb25ba9b073ddcec602700484ff5fc2b1bea1a59
parent2fae27b735f4d93c8a7789a7a98857e1ce3c7193
(merge 3.2) Issue #12285: multiprocessing.Pool() raises a ValueError if the
number of processes if negative or null.
Lib/test/test_multiprocessing.py