]> granicus.if.org Git - python/commit
Merged revisions 76247 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 13 Nov 2009 22:39:40 +0000 (22:39 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 13 Nov 2009 22:39:40 +0000 (22:39 +0000)
commit4def51567d11804bb95d9e1801eba15b9da38a0e
tree12cd59ffcda9d860083e090e57083358acbe84c3
parentca154091950023d209819484d2d5c51ddcc1e882
Merged revisions 76247 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r76247 | antoine.pitrou | 2009-11-13 23:35:18 +0100 (ven., 13 nov. 2009) | 12 lines

  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.
  ........
................
Lib/multiprocessing/connection.py
Misc/NEWS