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 af3c692 commit 9d5a064Copy full SHA for 9d5a064
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, 26_000)
+ self.assertLess(new_objects, 27_000)
1176
del olds[:]
1177
if not enabled:
1178
gc.disable()
0 commit comments