Re: [IronPython] stack overflow issue

2007-06-19 Thread Benjamin West
> >>> > >> Hmm... well the super call isn't necessary with Form and __init__. Does > >> that help? > > > > Why not? This is just a test case. In my application, __init__ does > > other things that are required. I also like the way ironpython treats > > keyword arguments for controls. > > > The c

Re: [IronPython] stack overflow issue

2007-06-19 Thread Michael Foord
Benjamin West wrote: > On 6/19/07, Michael Foord <[EMAIL PROTECTED]> wrote: > >> Benjamin West wrote: >> >>> http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=6014 >>> >>> Anyone have guidelines on avoiding this kind of thing, or if there is >>> a fix that will make this a no

Re: [IronPython] stack overflow issue

2007-06-19 Thread Benjamin West
On 6/19/07, Michael Foord <[EMAIL PROTECTED]> wrote: > Benjamin West wrote: > > http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=6014 > > > > Anyone have guidelines on avoiding this kind of thing, or if there is > > a fix that will make this a non-issue? > > > > Hmm... well the supe

Re: [IronPython] stack overflow issue

2007-06-19 Thread Michael Foord
Benjamin West wrote: > http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=6014 > > Anyone have guidelines on avoiding this kind of thing, or if there is > a fix that will make this a non-issue? > Hmm... well the super call isn't necessary with Form and __init__. Does that help?

[IronPython] stack overflow issue

2007-06-19 Thread Benjamin West
http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=6014 Anyone have guidelines on avoiding this kind of thing, or if there is a fix that will make this a non-issue? -Ben codeplex butchers the white space: import clr clr.AddReference("System.Windows.Forms") from System.Windows.Form