From: Hynek Schlawack Date: Sat, 27 Oct 2012 10:56:30 +0000 (+0200) Subject: Merge 3.3 X-Git-Tag: v3.4.0a1~2161 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=969684f2ad340cdfe1c46ba5b40b6668aca1b52b;p=python Merge 3.3 --- 969684f2ad340cdfe1c46ba5b40b6668aca1b52b diff --cc Misc/NEWS index db55df1fdc,9766633f7c..a82b6ca1f5 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -62,8 -49,10 +62,11 @@@ Core and Builtin 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 #16305: Fix a segmentation fault occurring when interrupting + math.factorial. - Issue #16116: Fix include and library paths to be correct when building C extensions in venvs.