diff options
author | Richard Oudkerk <shibturn@gmail.com> | 2012-06-11 14:12:12 (GMT) |
---|---|---|
committer | Richard Oudkerk <shibturn@gmail.com> | 2012-06-11 14:12:12 (GMT) |
commit | 197651b4e38449c7fe4c13e7c6feebeb5c52d220 (patch) | |
tree | e971f5d149e409d59cc371d31caba75cf7525205 /Misc | |
parent | 2a2ce4f6739bf5c8ec490df16d10cec51e0442fa (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |