Re: [IronPython] Change in stack traces

2008-12-17 Thread Dino Viehland
.ironpython.com [mailto:[email protected]] On Behalf Of Glenn Jones Sent: Wednesday, December 17, 2008 9:38 AM To: Discussion of IronPython Subject: [IronPython] Change in stack traces Hi all, Another observation from the Resolver One upgrade: When we run the following:

[IronPython] Change in stack traces

2008-12-17 Thread Glenn Jones
Hi all, Another observation from the Resolver One upgrade: When we run the following: engine = Python.CreateEngine() scope = engine.CreateScope() script = """ def Fn(): raise Exception Fn() """ source = engine.CreateScriptSourceFromString(script, 'aname', Source