Skip to content

Commit 0b40773

Browse files
committed
Lower WASI C recursion limit again
1 parent 71c6d41 commit 0b40773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/cpython/pystate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ struct _ts {
195195
// higher stack memory usage than a release build: use a lower limit.
196196
# if defined(__wasi__)
197197
// Based on wasmtime 16.
198-
# define Py_C_RECURSION_LIMIT 400
198+
# define Py_C_RECURSION_LIMIT 350
199199
# else
200200
# define Py_C_RECURSION_LIMIT 500
201201
# endif

0 commit comments

Comments
 (0)