[IronPython] Infinite recursion and System.StackOverflowException

Mike McGavin iizogii at gmail.com
Wed Sep 27 22:56:58 CEST 2006


Hello.

On 27/09/06, Sanghyeon Seo <sanxiyn at gmail.com> wrote:

> > What's the expected behaviour with infinite recursion in IronPython,
> > and is there some way I can set a maximum recursion depth on a
> > PythonEngine object?

> It's same as CPython. The difference is that the maximum recursion
> depth is not set by default on IronPython. So just set it. [--snip details--]

Awesome -- thanks for the responses to this and for point out my
error.  I was a bit concerned there for a moment.

Mike.



More information about the Ironpython-users mailing list