mirror of
https://github.com/micropython/micropython.git
synced 2026-03-11 19:30:28 +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>