[pypy-svn] r73665 - pypy/trunk/pypy/objspace/std

benjamin at codespeak.net benjamin at codespeak.net
Mon Apr 12 04:59:43 CEST 2010


Author: benjamin
Date: Mon Apr 12 04:59:41 2010
New Revision: 73665

Modified:
   pypy/trunk/pypy/objspace/std/objspace.py
Log:
remove old comment about hack

Modified: pypy/trunk/pypy/objspace/std/objspace.py
==============================================================================
--- pypy/trunk/pypy/objspace/std/objspace.py	(original)
+++ pypy/trunk/pypy/objspace/std/objspace.py	Mon Apr 12 04:59:41 2010
@@ -249,9 +249,6 @@
         raise model.UnwrapError, "cannot unwrap: %r" % w_obj
 
     def newint(self, intval):
-        # this time-critical and circular-imports-funny method was stored
-        # on 'self' by initialize()
-        # not sure how bad this is:
         return wrapint(self, intval)
 
     def newfloat(self, floatval):



More information about the Pypy-commit mailing list