infinite recursion

michael eng newsread at seabass.yi.org
Mon Nov 18 20:17:47 EST 2002


Hello

My program has a deeply recursive function which hits some upper bound
in Python 2.2.1.  I fear such madness comes from being forced to
program in Prolog.

Anyway, is there a way in which I can remove the upper bound, such that
the recursion depth is only limited by the constraints of the machine?

All the documentation I have found tells me how to set it to an
arbitrary finite value.

Thanks
Michael

-- 




More information about the Python-list mailing list