8000 py/mpconfig.h: Use mp_obj_type_t slot representation by default. · micropython/micropython@f6b78ec · GitHub
[go: up one dir, main page]

Skip to content

Commit f6b78ec

Browse files
committed
py/mpconfig.h: Use mp_obj_type_t slot representation by default.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
1 parent 46f9762 commit f6b78ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/mpconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
#define MICROPY_OBJ_TYPE_REPR_SPLIT (2)
151151

152152
#ifndef MICROPY_OBJ_TYPE_REPR
153-
#define MICROPY_OBJ_TYPE_REPR (MICROPY_OBJ_TYPE_REPR_FULL)
153+
#define MICROPY_OBJ_TYPE_REPR (MICROPY_OBJ_TYPE_REPR_SLOT_INDEX)
154154
#endif
155155

156156
/*****************************************************************************/

0 commit comments

Comments
 (0)
0