RuntimeError 'maximum recursion depth exceeded'

Irmen de Jong irmen at -NOSPAM-REMOVETHIS-xs4all.nl
Sat Nov 15 07:10:42 EST 2003


Georgy Pruss wrote:

> RuntimeError: maximum recursion depth exceeded
> 
> Is there any way to set a bigger stack in Python?


Yep: sys.setrecursionlimit

--Irmen





More information about the Python-list mailing list