]> granicus.if.org Git - python/commit
Merged revisions 80484 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 25 Apr 2010 22:01:43 +0000 (22:01 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 25 Apr 2010 22:01:43 +0000 (22:01 +0000)
commit3bcba8e2889708f646df50953cd45a4f2cf28b02
tree4edf42c36426da21843674f41a170c1e10368877
parenta23831ff44e0178006a0039d218d60252d5bd755
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