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

arigo at codespeak.net arigo at codespeak.net
Sat Nov 20 14:58:57 CET 2010


Author: arigo
Date: Sat Nov 20 14:58:54 2010
New Revision: 79295

Modified:
   pypy/trunk/pypy/module/pypyjit/__init__.py
Log:
Remove the XXX comment, which is wrong nowadays.


Modified: pypy/trunk/pypy/module/pypyjit/__init__.py
==============================================================================
--- pypy/trunk/pypy/module/pypyjit/__init__.py	(original)
+++ pypy/trunk/pypy/module/pypyjit/__init__.py	Sat Nov 20 14:58:54 2010
@@ -15,6 +15,5 @@
         # 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