summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-03-13 06:30:33 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-03-13 06:30:33 (GMT)
commit63623ac2529ce9f293784c06215b018664c74491 (patch)
treeb0420f59515afa599c4597b7abe3dee2f28f39e6 /Misc
parent38dae173d11c0f87cec46d137df9180e1f43d01c (diff)
parent79fbeee2378dc31a5edebc9a5aa8f3fe9726933e (diff)
downloadcpython-63623ac2529ce9f293784c06215b018664c74491.zip
cpython-63623ac2529ce9f293784c06215b018664c74491.tar.gz
cpython-63623ac2529ce9f293784c06215b018664c74491.tar.bz2
Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now
handle exceptions raised by an iterator. Patch by Alon Diamant and Davin Potts.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS2
-rw-r--r--Misc/NEWS4
2 files changed, 6 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 7707f67..0c71aa2 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -336,6 +336,7 @@ Raghuram Devarakonda
Caleb Deveraux
Catherine Devlin
Scott Dial
+Alon Diamant
Toby Dickenson
Mark Dickinson
Jack Diederich
@@ -1099,6 +1100,7 @@ Martin Pool
Iustin Pop
Claudiu Popa
John Popplewell
+Davin Potts
Guillaume Pratte
Amrit Prem
Paul Prescod
diff --git a/Misc/NEWS b/Misc/NEWS
index 64d77aa..78fca4d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,10 @@ Core and Builtins
Library
-------
+- Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now
+ handle exceptions raised by an iterator. Patch by Alon Diamant and Davin
+ Potts.
+
- Issue #23581: Add matmul support to MagicMock. Patch by Håkan Lövdahl.
- Issue #23566: enable(), register(), dump_traceback() and