mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 21:20: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.