]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #12157: pool.map() does not handle empty iterable correctly
authorRichard Oudkerk <shibturn@gmail.com>
Wed, 6 Jun 2012 16:52:18 +0000 (17:52 +0100)
committerRichard Oudkerk <shibturn@gmail.com>
Wed, 6 Jun 2012 16:52:18 +0000 (17:52 +0100)
commitd44a4a27a6968558c3a78dbf2578ac7dcbd2ee08
tree1eb3d6182a2e7e19fcdb8dd69b09afd3f6be4000
parent0a09f3e2c32677b30414a3af93b9bc1841606326
Issue #12157: pool.map() does not handle empty iterable correctly

Initial patch by mouad
Lib/multiprocessing/pool.py
Lib/test/test_multiprocessing.py
Misc/NEWS