Re: [IronPython] CP #20099: Stack Overflow using super() in dict subclass

2008-12-07 Thread Jeff Hardy
On Sat, Dec 6, 2008 at 2:16 PM, Dino Viehland <[EMAIL PROTECTED]> wrote: > The immediate question would be does fixing this unblock all other Django > issues? If there's going to be a long tail of other bugs then it'd be better > to just fix them all for 2.0.1. I doubt it, if past experience is

Re: [IronPython] CP #20099: Stack Overflow using super() in dict subclass

2008-12-06 Thread Dino Viehland
L PROTECTED] [mailto:users- > [EMAIL PROTECTED] On Behalf Of Jeff Hardy > Sent: Saturday, December 06, 2008 12:57 PM > To: Discussion of IronPython > Subject: [IronPython] CP #20099: Stack Overflow using super() in dict > subclass > > Hi, > Django's MultiValueDict is a key

[IronPython] CP #20099: Stack Overflow using super() in dict subclass

2008-12-06 Thread Jeff Hardy
Hi, Django's MultiValueDict is a key piece of its URL routing, and it appears to be broken on IronPython 2.0RC2 (and RC1) when using a key of None. See http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=20099 for details. I hate to be needy with a release so close, but is there any