[pypy-svn] r68199 - pypy/trunk/pypy/module/pypyjit

arigo at codespeak.net arigo at codespeak.net
Tue Oct 6 12:31:07 CEST 2009


Author: arigo
Date: Tue Oct  6 12:31:07 2009
New Revision: 68199

Modified:
   pypy/trunk/pypy/module/pypyjit/__init__.py
Log:
For now a comment, fix me later.


Modified: pypy/trunk/pypy/module/pypyjit/__init__.py
==============================================================================
--- pypy/trunk/pypy/module/pypyjit/__init__.py	(original)
+++ pypy/trunk/pypy/module/pypyjit/__init__.py	Tue Oct  6 12:31:07 2009
@@ -14,5 +14,6 @@
         # add the 'defaults' attribute
         from pypy.rlib.jit import PARAMETERS
         space = self.space
+        # XXX this is not really the default compiled into a pypy-c-jit XXX
         w_obj = space.wrap(PARAMETERS)
         space.setattr(space.wrap(self), space.wrap('defaults'), w_obj)



More information about the Pypy-commit mailing list