diff options
author | Richard Oudkerk <shibturn@gmail.com> | 2012-11-15 18:22:23 (GMT) |
---|---|---|
committer | Richard Oudkerk <shibturn@gmail.com> | 2012-11-15 18:22:23 (GMT) |
commit | 8f7c4b8a8551702a9f718098b6b3eea2e8d88bb0 (patch) | |
tree | bd5e219c1bb07c7743a6f44dc029f563ed00180d /Misc | |
parent | 9bd7f22c0505be784bcaad9a3b335dc273b79564 (diff) | |
parent | 021f4c2ecca4e65755fc39b01b7819df8dd9993f (diff) | |
download | cpython-8f7c4b8a8551702a9f718098b6b3eea2e8d88bb0.zip cpython-8f7c4b8a8551702a9f718098b6b3eea2e8d88bb0.tar.gz cpython-8f7c4b8a8551702a9f718098b6b3eea2e8d88bb0.tar.bz2 |
Issue #16481: Merge
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -127,6 +127,8 @@ Core and Builtins 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. |