[IronPython] UnicodeError's object attribute

Sanghyeon Seo sanxiyn at gmail.com
Sun Dec 3 13:21:27 CET 2006


2006/11/29, Dino Viehland <dinov at exchange.microsoft.com>:
> This is just a silly copy & paste error in ExceptionConverter.cs.  UnicodeErrorInit has the line:
>
> Ops.SetAttr(DefaultContext.Default, self, SymbolTable.StringToId("@object"), @object);
>
> Which should be:
>
> Ops.SetAttr(DefaultContext.Default, self, SymbolTable.StringToId("object"), @object);

A patch doing the above change:
http://fepy.sourceforge.net/patches.html
patch-ironpython-unicodeerror-object

-- 
Seo Sanghyeon



More information about the Ironpython-users mailing list