Maximum recursion depth
Aahz Maruch
aahz at netcom.com
Thu Feb 10 20:17:22 EST 2000
More information about the Python-list mailing list
Thu Feb 10 20:17:22 EST 2000
- Previous message (by thread): How to do this? - newbie
- Next message (by thread): Maximum recursion depth
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <38A3424D.30F8BFB6 at kpnqwest.no>, Stein M. Eliassen <steinme at kpnqwest.no> wrote: > >I have reached "maximum recursion depth". >Is it possible to increase this limit? Well, the first question is whether you really need to increase it or whether you've hit a bug in your code. I believe the limit is around 10,000 levels.... -- --- Aahz (Copyright 2000 by aahz at netcom.com) Androgynous poly kinky vanilla queer het <*> http://www.rahul.net/aahz/ Hugs and backrubs -- I break Rule 6 Nostalgia just ain't what it used to be
- Previous message (by thread): How to do this? - newbie
- Next message (by thread): Maximum recursion depth
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list