mirror of
https://github.com/pocketpy/pocketpy
synced 2025-12-08 03:00:16 +00:00
fix bugs
This commit is contained in:
parent
325218bff0
commit
5c5f96a09c
@ -120,7 +120,7 @@ def gc_collect_callback(statue, msg):
|
|||||||
if "5290" in line and "str" in line:
|
if "5290" in line and "str" in line:
|
||||||
return
|
return
|
||||||
print(msg)
|
print(msg)
|
||||||
assert False
|
raise AssertionError("Expected GC output not found")
|
||||||
|
|
||||||
gc.collect()
|
gc.collect()
|
||||||
gc.setup_debug_callback(gc_collect_callback)
|
gc.setup_debug_callback(gc_collect_callback)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user