mirror of
https://github.com/micropython/micropython.git
synced 2026-01-10 14:07:14 +01:00
This is a workaround for the case where threading is enabled without a GIL. In such a configuration, creating a new global variable is not atomic and threads have race conditions resizing/accessing the global dict. Signed-off-by: Damien George <damien@micropython.org>
1.9 KiB
1.9 KiB