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 d9632c6 commit 0702959Copy full SHA for 0702959
Lib/test/test_gc.py
@@ -1174,7 +1174,7 @@ def make_ll(depth):
1174
gc.enable()
1175
olds = []
1176
initial_heap_size = _testinternalcapi.get_tracked_heap_size()
1177
- for i in range(20_000):
+ for i in range(100_000):
1178
newhead = make_ll(20)
1179
count += 20
1180
newhead.surprise = head
0 commit comments