reduce-pydebug-2.patch 342 B

1234567891011
  1. --- contrib/tools/python3/Include/cpython/pystate.h (index)
  2. +++ contrib/tools/python3/Include/cpython/pystate.h (working tree)
  3. @@ -255,7 +255,7 @@ struct _ts {
  4. # if defined(__wasi__)
  5. # define C_RECURSION_LIMIT 150
  6. # else
  7. -# define C_RECURSION_LIMIT 500
  8. +# define C_RECURSION_LIMIT 1500
  9. # endif
  10. #else
  11. # if defined(__wasi__)