]> granicus.if.org Git - python/commit
Merged revisions 80484 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 25 Apr 2010 21:55:45 +0000 (21:55 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 25 Apr 2010 21:55:45 +0000 (21:55 +0000)
commit53d7d06ed35d7ec15cccaa5f80bc535295364a6e
treecba56bf94821fc3d9bfcb6870fd97c74012aad1d
parent212067b93cf0112bfc67cf48a9b479e6fab84c8e
Merged revisions 80484 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r80484 | antoine.pitrou | 2010-04-25 23:40:32 +0200 (dim., 25 avril 2010) | 6 lines

  Issue #2302: Fix a race condition in SocketServer.BaseServer.shutdown,
  where the method could block indefinitely if called just before the
  event loop started running.  This also fixes the occasional freezes
  witnessed in test_httpservers.
........
Lib/SocketServer.py
Lib/test/test_socketserver.py
Misc/NEWS