[IronPython] #17810 - Fixed or not?

Curt Hagenlocher curt at hagenlocher.org
Fri Aug 29 06:39:06 CEST 2008


For both IronPython 1 and 2, we don't enable stack overflow checking by
default because it can cause noticeable perf hits under some circumstances.
You can enable it from the command-line or by executing
sys.setrecursionlimit(n) for some more finite value of n.  This will only
affect code generated after the command is executed, so it should be run
fairly early in the process' lifespan.

On Thu, Aug 28, 2008 at 9:28 PM, Jeff Hardy <jdhardy at gmail.com> wrote:

> Hi,
> Issue #17810 (
> http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=17810)
> is marked 'Closed', with a rather cryptic comment. I'm curious as to
> whether the infinite recursion was fixed, or whther -X:MaxRecursion is
> supposed to be some sort of workaround.
>
> Thanks,
> Jeff
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20080828/9c93bb58/attachment.html>


More information about the Ironpython-users mailing list