[IronPython] 2.7Beta1 Bug in Compile Modules
Daniel Jennings
danielj at arena.net
Thu Nov 11 21:14:55 CET 2010
Does it look like it might be cases of this issue? http://ironpython.codeplex.com/workitem/28934
-----Original Message-----
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Bruce Bromberek
Sent: Thursday, November 11, 2010 12:02 PM
To: Discussion of IronPython
Subject: Re: [IronPython] 2.7Beta1 Bug in Compile Modules
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
_______________________________________________
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