[IronPython] __dict__ of exception instances

2008-03-11 Thread Michael Foord
Hello guys, Attempting to access the '__dict__' attribute of a SyntaxError exception in IP2a8 *returns* an 'OperationFailed' object. The codeop module (Python standard library) compiles source code and *compares* the __dict__ attribute of SyntaxError exception instances... (I can work around

Re: [IronPython] __dict__ of exception instances

2008-03-11 Thread Dave Fugate
Subject: [IronPython] __dict__ of exception instances Hello guys, Attempting to access the '__dict__' attribute of a SyntaxError exception in IP2a8 *returns* an 'OperationFailed' object. The codeop module (Python standard library) compiles source code and *compares* the __dict__ attribute

Re: [IronPython] __dict__ of exception instances

2008-03-11 Thread Dino Viehland
] On Behalf Of Dave Fugate Sent: Tuesday, March 11, 2008 3:24 PM To: Discussion of IronPython Subject: Re: [IronPython] __dict__ of exception instances Strange... Filed as http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=15571 and thanks for reporting this! -Original Message