[issue25550] RecursionError in re with '(' * 500

Terry J. Reedy report at bugs.python.org
Fri Nov 6 17:22:05 EST 2015


Terry J. Reedy added the comment:

Is the recursion limit hit enough in real-world problems that we should consider replacing recursive calls and the implicit C call stack with loops and an explicit stack?

----------
nosy: +terry.reedy

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


More information about the Python-bugs-list mailing list