mirror of
https://github.com/micropython/micropython.git
synced 2026-01-09 05:30:27 +01:00
gc.enable/disable are now the same as CPython: they just control whether automatic garbage collection is enabled or not. If disabled, you can still allocate heap memory, and initiate a manual collection.