[IronPython] Generators are broken

Martin Maly Martin.Maly at microsoft.com
Tue Jan 3 00:29:15 CET 2006


Unfortunately, this is something we broke in Beta 1. The somewhat good news is the bug is limited to interactive console.

Thanks for letting us know the fix will come soon.

Martin

-----Original Message-----
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Sanghyeon Seo
Sent: Sunday, January 01, 2006 6:34 PM
To: users at lists.ironpython.com
Subject: [IronPython] Generators are broken

E:\IronPython-1.0-Beta1>IronPythonConsole
IronPython 1.0.2190 (Beta) on .NET 2.0.50727.42
Copyright (c) Microsoft Corporation. All rights reserved.
>>> def g():
...     yield 1
...



More information about the Ironpython-users mailing list