]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 13 Mar 2015 06:31:34 +0000 (08:31 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 13 Mar 2015 06:31:34 +0000 (08:31 +0200)
commit7c26be5b18d71c1c9863d81f1f478bb803e8bd5c
tree42e71c48092183531bbad9eee645ae1e108aa795
parent59bdf6392de446de8a19bfa37cee52981612830e
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