mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
This test for calling gc_realloc() while the GC is locked can be done in pure Python, so better to do it that way since it can then be tested on more ports.