8000 unix: Enable stackless mode in the branch dedicated for testing it in… · ladyada/circuitpython@5a6b1f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5a6b1f6

Browse files
committed
unix: Enable stackless mode in the branch dedicated for testing it in Travis.
1 parent cbef0db commit 5a6b1f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unix/mpconfigport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
#define MICROPY_PY_GC_COLLECT_RETVAL (1)
101101
#define MICROPY_MODULE_FROZEN_STR (1)
102102

103-
#define MICROPY_STACKLESS (0)
103+
#define MICROPY_STACKLESS (1)
104104
#define MICROPY_STACKLESS_STRICT (0)
105105

106106
#define MICROPY_PY_OS_STATVFS (1)

0 commit comments

Comments
 (0)
0