On Thu, Jan 24, 2008 at 01:03:41AM -0800, Christopher Smith wrote: > > def f(x): > > print x, > > f(x)
> 4) I believe Stackless Python does indeed do tail recursion. So would my function above *not* bomb in Stackless Python? cs -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
