mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 19:50:30 +01:00
@@ -249,7 +249,7 @@ continue2:;
|
||||
mp_obj_t *d = &flat_args[self->n_args - 1];
|
||||
mp_obj_t *s = &self->extra_args[self->n_def_args - 1];
|
||||
for (int i = self->n_def_args; i > 0; i--) {
|
||||
if (*d != MP_OBJ_NULL) {
|
||||
if (*d == MP_OBJ_NULL) {
|
||||
*d-- = *s--;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user