mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Increase debugging to investige failing tests on some build bots
This commit is contained in:
parent
422051a367
commit
f4033ab245
1 changed files with 3 additions and 0 deletions
|
@ -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])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue