mirror of
https://github.com/micropython/micropython.git
synced 2025-09-08 02:40:55 +02: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>