mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
In case callbacks must run (eg a disconnect event happens during the deinit) and the GIL must be obtained to run the callback. Fixes part of issue #12349. Signed-off-by: Damien George <damien@micropython.org>