[IronPython] Assertion failure in IPy 2.6 while running Django

Dino Viehland dinov at microsoft.com
Thu May 7 01:46:23 CEST 2009


Ahh, I see, we need to disable the fast path for functions w/ too many
parameters.  That'll be trivial to fix - but really, 20 parameters!?!? :)

> -----Original Message-----
> From: users-bounces at lists.ironpython.com [mailto:users-
> bounces at lists.ironpython.com] On Behalf Of Jeff Hardy
> Sent: Wednesday, May 06, 2009 4:37 PM
> To: Discussion of IronPython
> Subject: Re: [IronPython] Assertion failure in IPy 2.6 while running
> Django
> 
> On Sun, May 3, 2009 at 3:59 PM, Dino Viehland <dinov at microsoft.com>
> wrote:
> > Do you happen to know what baseName is when the assertion is hit?
> >
> 
> Hit this again (different subclass of Field); baseName was Default20.
> 
> This might have something to do with the fact that Field.__init__ has
> 20(!) optional, defaulted parameters.
> 
> - Jeff
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com



More information about the Ironpython-users mailing list