Just out of curiosity, has any consideration been given to include proper tail recursion in stackless PyPy. I know this would affect tracebacks, so would be a run time or build option. But given Python's functional features it is a shame to have to consider frame proliferation for even the simplest tail call.
Lenard Lindstrom <[EMAIL PROTECTED]> _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
