commit | 7c26be5b18d71c1c9863d81f1f478bb803e8bd5c | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Fri Mar 13 08:31:34 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Fri Mar 13 08:31:34 2015 +0200 |
tree | 42e71c48092183531bbad9eee645ae1e108aa795 | |
parent | 59bdf6392de446de8a19bfa37cee52981612830e [diff] [blame] |
Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now handle exceptions raised by an iterator. Patch by Alon Diamant and Davin Potts.
diff --git a/Misc/ACKS b/Misc/ACKS index e91e2a4..752b83a 100644 --- a/Misc/ACKS +++ b/Misc/ACKS
@@ -325,6 +325,7 @@ Caleb Deveraux Catherine Devlin Scott Dial +Alon Diamant Toby Dickenson Mark Dickinson Jack Diederich