commit | b15e622bb884085a01a0095fb611005680ed68f7 | [log] [tgz] |
---|---|---|
author | Richard Oudkerk <shibturn@gmail.com> | Fri Jul 27 14:19:00 2012 +0100 |
committer | Richard Oudkerk <shibturn@gmail.com> | Fri Jul 27 14:19:00 2012 +0100 |
tree | eef859348e8033b7d63831e199a327a4676b412d | |
parent | 46874ad367c2f3fdd47b2c8cb4b405bbcb2ed14a [diff] [blame] |
Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses. Original patch by J Derek Wilson.
diff --git a/Misc/NEWS b/Misc/NEWS index 2035f48..cf0d170 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -55,6 +55,9 @@ Library ------- +- Issue #6056: Make multiprocessing use setblocking(True) on the + sockets it uses. Original patch by J Derek Wilson. + - Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path.