| commit | 254af2644a90bcabbe2612950dd2a6ef408337be | [log] [tgz] |
|---|---|---|
| author | Hynek Schlawack <hs@ox.cx> | Sat Oct 27 12:53:02 2012 +0200 |
| committer | Hynek Schlawack <hs@ox.cx> | Sat Oct 27 12:53:02 2012 +0200 |
| tree | 206fa794d5e883689a94b1856b0084d21ca7d0cc | |
| parent | cc2f0421c70d6a68e026d074b7d1c7fa4d96e6b8 [diff] [blame] |
#16307: Fix multiprocessing.Pool.map_async not calling its callbacks Patch by Janne Karila.
diff --git a/Misc/NEWS b/Misc/NEWS index e0a54cb..9766633 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -49,6 +49,9 @@ Library ------- +- Issue #16307: Fix multiprocessing.Pool.map_async not calling its callbacks. + Patch by Janne Karila. + - Issue #16250: Fix URLError invocation with proper args. - Issue #16116: Fix include and library paths to be correct when building C