We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cd1076 commit af3c692Copy full SHA for af3c692
Lib/test/test_gc.py
@@ -1172,7 +1172,7 @@ def make_ll(depth):
1172
olds.append(newhead)
1173
if len(olds) == 20:
1174
new_objects = _testinternalcapi.get_heap_size() - initial_heap_size
1175
- self.assertLess(new_objects, 25_000)
+ self.assertLess(new_objects, 26_000)
1176
del olds[:]
1177
if not enabled:
1178
gc.disable()
0 commit comments