summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRichard Oudkerk <shibturn@gmail.com>2012-06-11 14:12:12 (GMT)
committerRichard Oudkerk <shibturn@gmail.com>2012-06-11 14:12:12 (GMT)
commit197651b4e38449c7fe4c13e7c6feebeb5c52d220 (patch)
treee971f5d149e409d59cc371d31caba75cf7525205 /Misc
parent2a2ce4f6739bf5c8ec490df16d10cec51e0442fa (diff)
downloadcpython-197651b4e38449c7fe4c13e7c6feebeb5c52d220.zip
cpython-197651b4e38449c7fe4c13e7c6feebeb5c52d220.tar.gz
cpython-197651b4e38449c7fe4c13e7c6feebeb5c52d220.tar.bz2
Issue #10133: Make multiprocessing deallocate buffer if socket read fails.
Patch by Hallvard B Furuseth.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bd79b25..22cf31c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -70,6 +70,9 @@ Core and Builtins
Library
-------
+- Issue #10133: Make multiprocessing deallocate buffer if socket read
+ fails. Patch by Hallvard B Furuseth.
+
- Issue #13854: Make multiprocessing properly handle non-integer
non-string argument to SystemExit.