summaryrefslogtreecommitdiffstatshomepage
path: root/unix/modtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix/modtime.c')
-rw-r--r--unix/modtime.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/unix/modtime.c b/unix/modtime.c
index 85d1f55327..080d321ee4 100644
--- a/unix/modtime.c
+++ b/unix/modtime.c
@@ -108,9 +108,7 @@ STATIC mp_obj_t mod_time_sleep(mp_obj_t arg) {
if (res != -1 || errno != EINTR) {
break;
}
- if (MP_STATE_VM(mp_pending_exception) != MP_OBJ_NULL) {
- return mp_const_none;
- }
+ mp_handle_pending();
//printf("select: EINTR: %ld:%ld\n", tv.tv_sec, tv.tv_usec);
#else
break;