[IronPython] Generators are broken

Sanghyeon Seo sanxiyn at gmail.com
Mon Jan 2 03:33:43 CET 2006


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
...
Traceback (most recent call last):
Exception: Object reference not set to an instance of an object.
>>>

Seo Sanghyeon



More information about the Ironpython-users mailing list