We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a24eafa commit 994ff73Copy full SHA for 994ff73
1 file changed
py/mpstate.h
@@ -105,7 +105,7 @@ typedef struct _mp_state_vm_t {
105
mp_map_t mp_loaded_modules_map;
106
107
// pending exception object (MP_OBJ_NULL if not pending)
108
- mp_obj_t mp_pending_exception;
+ volatile mp_obj_t mp_pending_exception;
109
110
// current exception being handled, for sys.exc_info()
111
#if MICROPY_PY_SYS_EXC_INFO
0 commit comments