Hello.
On 27/09/06, Sanghyeon Seo <[EMAIL PROTECTED]> 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
>
ptember 26, 2006 10:28 PM
To: Discussion of IronPython
Subject: [IronPython] Infinite recursion and System.StackOverflowException
Hello.
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?
Here
2006/9/27, Mike McGavin <[EMAIL PROTECTED]>:
> 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
Hello.
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?
Here's a simplified example of the problem I'm having -- I've noticed
that if I type the following code into my Cygwin python interpreter