mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
This moves mp_pending_exception from mp_state_vm_t to mp_state_thread_t. This allows exceptions to be scheduled on a specific thread. Signed-off-by: David Lechner <david@pybricks.com>