8000 py/mpconfig.h: Use slots layout by default. · micropython/micropython@20437c9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 20437c9

Browse files
committed
py/mpconfig.h: Use slots layout by default.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
1 parent 15470a0 commit 20437c9

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
#ifndef MICROPY_OBJ_TYPE_SLOT_INDEX_BITS

0 commit comments

Comments
 (0)
0