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 5d24ade commit 2cc20e8Copy full SHA for 2cc20e8
py/objlist.c
@@ -46,7 +46,6 @@ STATIC mp_obj_t list_pop(size_t n_args, const mp_obj_t *args);
46
47
STATIC void list_print(const mp_print_t *print, mp_obj_t o_in, mp_print_kind_t kind) {
48
mp_obj_list_t *o = MP_OBJ_TO_PTR(o_in);
49
- //mp_obj_list_t *o = mp_instance_cast_to_native_base(o_in, &mp_type_list);
50
if (!(MICROPY_PY_UJSON && kind == PRINT_JSON)) {
51
kind = PRINT_REPR;
52
}
0 commit comments