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 82acac8 commit 3f3ec46Copy full SHA for 3f3ec46
Include/cpython/pystate.h
@@ -224,7 +224,7 @@ struct _ts {
224
// recursions, sometimes less. 500 is a more conservative limit.
225
# define Py_C_RECURSION_LIMIT 500
226
#elif defined(__s390x__)
227
-# define Py_C_RECURSION_LIMIT 1200
+# define Py_C_RECURSION_LIMIT 1000
228
#elif defined(_WIN32)
229
# define Py_C_RECURSION_LIMIT 4000
230
#elif defined(_Py_ADDRESS_SANITIZER)
0 commit comments