Re: [IronPython] Infinite recursion and System.StackOverflowException

2006-09-27 Thread Mike McGavin
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 >

Re: [IronPython] Infinite recursion and System.StackOverflowException

2006-09-26 Thread Haibo Luo
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

Re: [IronPython] Infinite recursion and System.StackOverflowException

2006-09-26 Thread Sanghyeon Seo
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

[IronPython] Infinite recursion and System.StackOverflowException

2006-09-26 Thread Mike McGavin
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