Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 13 Mar 2015 06:25:26 +0000 (08:25 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 13 Mar 2015 06:25:26 +0000 (08:25 +0200)
commit79fbeee2378dc31a5edebc9a5aa8f3fe9726933e
treec6e548a0204d89160067d496de135893cbfbf06b
parentf0f14f72bb8aba4955749c7993f72083c2680fbe
Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now
handle exceptions raised by an iterator.  Patch by Alon Diamant and Davin
Potts.
Lib/multiprocessing/pool.py
Lib/test/_test_multiprocessing.py
Misc/ACKS
Misc/NEWS