Why are some infinite recursion stack overflows hard to deal with?

Alex cut_me_out at hotmail.com
Wed Jul 12 10:58:39 EDT 2000


> Python has a hack to try to deal with that: it checks bounds on the
> recursion itself. However, Python's guess is a bit off on windows.

It seems to be a bit off on Linux, too.  That's where I'm getting the
segfault.

Alex.



More information about the Python-list mailing list