commit | 926f58df57dc201608b9e7d0e45a34a28fe49535 | [log] [tgz] |
---|---|---|
author | Richard Oudkerk <shibturn@gmail.com> | Mon Jun 11 15:11:35 2012 +0100 |
committer | Richard Oudkerk <shibturn@gmail.com> | Mon Jun 11 15:11:35 2012 +0100 |
tree | d049ad74fa1cd939d84d0aaa81d35c6a12d4e338 | |
parent | 0c2c692b8481efc0c4b35b9b422dafb5993c3b60 [diff] [blame] |
Issue #10133: Make multiprocessing deallocate buffer if socket read fails. Patch by Hallvard B Furuseth.
diff --git a/Misc/NEWS b/Misc/NEWS index b40bb18..c4010c3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -67,6 +67,9 @@ 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.