[issue5392] stack overflow after hitting recursion limit twice

Antoine Pitrou report at bugs.python.org
Sat Feb 28 16:32:16 CET 2009


Antoine Pitrou <pitrou at free.fr> added the comment:

This is probably due to the recursion overflow recovery code in py3k,
which has a hard-wired constant of 50 somewhere :-)

(is setting the recursion limit so low a requirement for your
application? or were you just experimenting with it? as Georg said, it's
not a crash but a deliberate fatal error... although we can probably
change the behaviour when the recursion limit is set to 50 or lower)

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


More information about the Python-bugs-list mailing list