]> granicus.if.org Git - python/commit
Merged revisions 85444 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 13 Oct 2010 23:50:54 +0000 (23:50 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 13 Oct 2010 23:50:54 +0000 (23:50 +0000)
commit35ce42f20d17db5ec2ebe535e6f966895e407eb0
treea46c76b93df449af3fe4dd084859d46b71a963db
parent2693d087940f7a9d0820d11e1372b77b7133dfec
Merged revisions 85444 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85444 | antoine.pitrou | 2010-10-14 01:48:39 +0200 (jeu., 14 oct. 2010) | 6 lines

  Fix (hopefully) occasional failures in test_threaded_import.
  `done` could be released multiple times because of concurrent
  execution.  We convert it to an Event, where calling set()
  multiple times is not a problem.
........
Lib/test/test_threaded_import.py