]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #16481: Merge
authorRichard Oudkerk <shibturn@gmail.com>
Thu, 15 Nov 2012 18:22:23 +0000 (18:22 +0000)
committerRichard Oudkerk <shibturn@gmail.com>
Thu, 15 Nov 2012 18:22:23 +0000 (18:22 +0000)
1  2 
Lib/multiprocessing/forking.py
Misc/NEWS

Simple merge
diff --cc Misc/NEWS
index 870b7454d2dd94ad49a9fca8ecb2ad053a0f50af,9e456057c6d2bbcdb02b8d5843ef8d95271438cf..7ffbd7b1351fcb38baa0f62a13f0bdd8c4665581
+++ 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().