Increase debugging to investige failing tests on some build bots

This commit is contained in:
Christian Heimes 2008-02-04 18:48:38 +00:00
parent 422051a367
commit f4033ab245
1 changed files with 3 additions and 0 deletions

View File

@ -379,6 +379,9 @@ class SysModuleTest(unittest.TestCase):
del floats
# should free more than 200 blocks each
r = sys._compact_freelists()
self.assert_(r[0][1] > 200, r[0][1])
self.assert_(r[1][2] > 200, r[1][1])
self.assert_(r[0][2] > 200, r[0][2])
self.assert_(r[1][2] > 200, r[1][2])