We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6e376 commit abdafafCopy full SHA for abdafaf
Python/ceval.c
@@ -369,7 +369,8 @@ _Py_EnterRecursiveCallUnchecked(PyThreadState *tstate)
369
#if defined(__s390x__)
370
# define Py_C_STACK_SIZE 320000
371
#elif defined(_WIN32)
372
- // Don't define Py_C_STACK_SIZE, ask the O/S
+ // Normally unused; we ask the O/S
373
+# define Py_C_STACK_SIZE 4000000
374
#elif defined(__ANDROID__)
375
# define Py_C_STACK_SIZE 1200000
376
#elif defined(__sparc__)
0 commit comments