RuntimeError 'maximum recursion depth exceeded'
Irmen de Jong
irmen at -NOSPAM-REMOVETHIS-xs4all.nl
Sat Nov 15 18:24:43 EST 2003
More information about the Python-list mailing list
Sat Nov 15 18:24:43 EST 2003
- Previous message (by thread): RuntimeError 'maximum recursion depth exceeded'
- Next message (by thread): RuntimeError 'maximum recursion depth exceeded'
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Georgy Pruss wrote: > Thank you. > Now it's "MemoryError: Stack overflow" but it's another story. :) Hmm, what are you doing exactly that requires this deep recursion? Can't you rewrite your algorithm in a non-recursive way? --Irmen
- Previous message (by thread): RuntimeError 'maximum recursion depth exceeded'
- Next message (by thread): RuntimeError 'maximum recursion depth exceeded'
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list