mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40:14 +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>