Michael Foord wrote:
Hello all,
On IronPython 2.0.1 the last line of this code takes ~4 seconds the
first time it is executed:
>>> import clr
>>> clr.AddReference('System.Windows.Forms')
>>> from System.Windows.Forms import *
>>> dir(Form)
Form.__dict__.keys() (which for a .NET type is equiv
Hello all,
On IronPython 2.0.1 the last line of this code takes ~4 seconds the
first time it is executed:
>>> import clr
>>> clr.AddReference('System.Windows.Forms')
>>> from System.Windows.Forms import *
>>> dir(Form)
Form.__dict__.keys() (which for a .NET type is equivalent) takes ~1
secon
With 2.6 beta 1 and without -X:frames:
>>> help()
Traceback (most recent call last):
File "", line 1, in
File "C:\Program Files\IronPython 2.6\Lib\site.py", line 428, in __call__
File "C:\Program Files\IronPython 2.6\Lib\pydoc.py", line 53, in
C:\Program Files\IronPython 2.6\Lib\pydoc.py
File "C:\