mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 13:10:21 +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.
5.6 KiB
5.6 KiB