[issue25222] 3.5.0 regression - Fatal Python error: Cannot recover from stack overflow

Bernie Hackett report at bugs.python.org
Thu Sep 24 01:33:37 CEST 2015


Bernie Hackett added the comment:

I used sys.setrecursionlimit(250) - the default appears to be 1000 on all my test machines - and that reduced the occurrence of the abort but didn't completely solve the problem. There must be something more going on here.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25222>
_______________________________________


More information about the Python-bugs-list mailing list