We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a7069 commit df20b28Copy full SHA for df20b28
minimal/main.c
@@ -77,7 +77,7 @@ mp_import_stat_t mp_import_stat(const char *path) {
77
return MP_IMPORT_STAT_NO_EXIST;
78
}
79
80
-mp_obj_t mp_builtin_open(uint n_args, const mp_obj_t *args, mp_map_t *kwargs) {
+mp_obj_t mp_builtin_open(size_t n_args, const mp_obj_t *args, mp_map_t *kwargs) {
81
return mp_const_none;
82
83
MP_DEFINE_CONST_FUN_OBJ_KW(mp_builtin_open_obj, 1, mp_builtin_open);
0 commit comments