@ -309,6 +309,11 @@ dispatch_loop:
sp -= 3;
break;
case MP_BC_DELETE_FAST_N:
DECODE_UINT;
fastn[-unum] = MP_OBJ_NULL;
case MP_BC_DELETE_NAME:
DECODE_QSTR;
mp_delete_name(qst);
The note is not visible to the blocked user.