.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:
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