blob: 01ca1cc7f79b8f4a7eac29b8d290b8d3ce39e077 (
plain)
1
2
3
|
Increase the C recursion limit by a factor of 3 for non-debug builds, except
for webassembly and s390 platforms which are unchanged. This mitigates some
regressions in 3.12 with deep recursion mixing builtin (C) and Python code.
|