strange error whilst porting to 2.6

Benjamin Peterson benjamin at python.org
Fri Jan 23 21:39:51 EST 2009


Robin Becker <robin <at> NOSPAMreportlab.com> writes:
> > 
> Well that's not really acceptable as a solution is it? :)

This doesn't happen in Python 3.0,
so you could port to that. :)

In 2.7, the better recursion depth
handling
in Py3k may be backported,but the
best you can do for now is not touch
the recursion limit or just shut
the error up.






More information about the Python-list mailing list