commit | eaaf66ca2b0d9c9c095ee5c292a5c82183425aaf | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Nov 13 22:33:27 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Nov 13 22:33:27 2009 +0000 |
tree | 727280bd60026d3e49ddcbf4303bf1d25c0036ee | |
parent | 5a6f4218f092bf8019bcac2cf2b08fcde65f7cad [diff] |
Merged revisions 76245 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76245 | antoine.pitrou | 2009-11-13 23:31:18 +0100 (ven., 13 nov. 2009) | 6 lines Issue #7318: multiprocessing now uses a timeout when it fails to establish a connection with another process, rather than looping endlessly. The default timeout is 20 seconds, which should be amply sufficient for local connections. ........