merge heads

This commit is contained in:
Senthil Kumaran 2012-05-20 16:59:51 +08:00
commit 9237bb638f
1 changed files with 1 additions and 0 deletions

View File

@ -1877,6 +1877,7 @@ class ChildLoggerTest(BaseTest):
class HandlerTest(BaseTest):
@unittest.skipIf(os.name == 'nt', 'Temporarily disabled for Windows')
@unittest.skipUnless(threading, 'Threading required for this test.')
def test_race(self):
# Issue #14632 refers.