mirror of
https://github.com/pocketpy/pocketpy
synced 2025-12-06 18:20:17 +00:00
[no ci] fix
This commit is contained in:
parent
61300ce313
commit
12cdb9887e
@ -5,7 +5,7 @@ setup_gc_debug_callback(print)
|
||||
|
||||
gc.collect()
|
||||
def create_garbage():
|
||||
a = [(1,2) for i in range(10000)]
|
||||
a = [(1,2) for i in range(20000)]
|
||||
return a
|
||||
|
||||
create_garbage()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user