[pypy-svn] r53301 - pypy/branch/jit-hotpath/pypy/jit/timeshifter

fijal at codespeak.net fijal at codespeak.net
Thu Apr 3 23:44:17 CEST 2008


Author: fijal
Date: Thu Apr  3 23:44:17 2008
New Revision: 53301

Modified:
   pypy/branch/jit-hotpath/pypy/jit/timeshifter/oop.py
Log:
fix for tests of lltype-based backends


Modified: pypy/branch/jit-hotpath/pypy/jit/timeshifter/oop.py
==============================================================================
--- pypy/branch/jit-hotpath/pypy/jit/timeshifter/oop.py	(original)
+++ pypy/branch/jit-hotpath/pypy/jit/timeshifter/oop.py	Thu Apr  3 23:44:17 2008
@@ -26,6 +26,7 @@
 
 class AbstractOopSpecDesc:
     __metaclass__ = cachedtype
+    is_method = False
 
     def __init__(self, RGenOp, rtyper, exceptiondesc, fnobj, can_raise):
         self.rtyper = rtyper



More information about the Pypy-commit mailing list