diff options
| author | Damien George <damien.p.george@gmail.com> | 2015-01-09 00:10:55 +0000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2015-01-09 00:10:55 +0000 |
| commit | 4a5895c4eba98f9c5e698d48f58cbf3682ed0db1 (patch) | |
| tree | 831e31e7ca8910d560f529b093feac29a07e1e24 /bare-arm | |
| parent | 85e8e2ed5b1954b042b2157a27c6f06090cd0511 (diff) | |
py: Disable stack checking by default; enable on most ports.
Diffstat (limited to 'bare-arm')
| -rw-r--r-- | bare-arm/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bare-arm/main.c b/bare-arm/main.c index fb9ec6037..a1e94313c 100644 --- a/bare-arm/main.c +++ b/bare-arm/main.c @@ -6,7 +6,6 @@ #include "py/parsehelper.h" #include "py/compile.h" #include "py/runtime.h" -#include "py/stackctrl.h" #include "py/repl.h" #include "py/pfenv.h" @@ -48,7 +47,6 @@ void do_str(const char *src) { } int main(int argc, char **argv) { - mp_stack_set_limit(10240); mp_init(); do_str("print('hello world!', list(x+1 for x in range(10)), end='eol\n')"); mp_deinit(); |
