summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRichard Oudkerk <shibturn@gmail.com>2012-11-15 18:16:35 (GMT)
committerRichard Oudkerk <shibturn@gmail.com>2012-11-15 18:16:35 (GMT)
commit021f4c2ecca4e65755fc39b01b7819df8dd9993f (patch)
treebbc2c8080093d698addfe3b358fb4b82b0ca7e6e /Misc
parente2cf03e499c64fc51a46356169642add4890f33e (diff)
downloadcpython-021f4c2ecca4e65755fc39b01b7819df8dd9993f.zip
cpython-021f4c2ecca4e65755fc39b01b7819df8dd9993f.tar.gz
cpython-021f4c2ecca4e65755fc39b01b7819df8dd9993f.tar.bz2
Issue #16481: multiprocessing no longer leaks process handles on Windows.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2c165e0..9e45605 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -85,6 +85,8 @@ Core and Builtins
Library
-------
+- Issue #16481: multiprocessing no longer leaks process handles on Windows.
+
- Issue #16140: The subprocess module no longer double closes its child
subprocess.PIPE parent file descriptors on child error prior to exec().