mirror of
https://github.com/micropython/micropython.git
synced 2025-09-07 18:30:27 +02: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.