From: Richard Oudkerk Date: Thu, 15 Nov 2012 18:22:23 +0000 (+0000) Subject: Issue #16481: Merge X-Git-Tag: v3.4.0a1~2006 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f7c4b8a8551702a9f718098b6b3eea2e8d88bb0;p=thirdparty%2FPython%2Fcpython.git Issue #16481: Merge --- 8f7c4b8a8551702a9f718098b6b3eea2e8d88bb0 diff --cc Misc/NEWS index 870b7454d2dd,9e456057c6d2..7ffbd7b1351f --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -127,9 -85,8 +127,11 @@@ Core and Builtin Library ------- + - Issue #16481: multiprocessing no longer leaks process handles on Windows. + +- Issue #12428: Add a pure Python implementation of functools.partial(). + Patch by Brian Thorne. + - Issue #16140: The subprocess module no longer double closes its child subprocess.PIPE parent file descriptors on child error prior to exec().