Maximum recursion depth in python

Ruud de Rooij * at spam.ruud.org
Thu Nov 2 12:22:23 EST 2000


aahz at panix.com (Aahz Maruch) writes:

> I believe that
> Stackless Python has no recursion limits.

Of course it has.  The recursion depth is necessarily limited by the
amount of memory available.

	- Ruud de Rooij.
-- 
ruud de rooij | *@spam.ruud.org | http://ruud.org



More information about the Python-list mailing list