[IronPython] critical code generation issue?

Ryan Dawson rdawson at exchange.microsoft.com
Mon Aug 14 20:38:27 CEST 2006


We've been doing some bug fixing in the area of exception blocks lately.  It looks like we got this case as it does not repro on the very latest sources (which are available on CodePlex).

Thanks for the report though, keep them coming.

        -Ryan


-----Original Message-----
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Timothy Fitz
Sent: Monday, August 14, 2006 11:01 AM
To: Discussion of IronPython
Subject: [IronPython] critical code generation issue?

Can someone else confirm these results:

IronPython 1.0.60725 on .NET 2.0.50727.42 Copyright (c) Microsoft Corporation. All rights reserved.
>>> def test():
...   try:
...     raise Exception()
...   except:
...     for n in range(10):
...       break
...   return 1911
...
>>> print test()
None

Under CPython this should print 1911.
_______________________________________________
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