Commit 3b972a43 authored by Christian Heimes's avatar Christian Heimes

Increase debugging to investige failing tests on some build bots

parent d7db4580
......@@ -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])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment