[IronPython] 2.7Beta1 Bug in Compile Modules

Bruce Bromberek bruce.bromberek at gmail.com
Thu Nov 11 21:01:31 CET 2010


On a related note:

The folllowing modules cannot be compiled due work item #29390:

platform.py, pydoc.py and BaseHTTPServer.py

CompileToMethod cannot compile constant 'XXXXX' because it is a
non-trivial value, such as
 a live object. Instead, create an expression tree that can construct this value


Three other modules fail to compile for a different reason.
zipfile.py, modulefinder.py and cookielib.py

Unable to make a reference to a transient module from a non-transient module.

Anyone know why or if this already known?




Bruce



More information about the Ironpython-users mailing list