[pypy-svn] r39348 - pypy/dist/pypy/rpython

cfbolz at codespeak.net cfbolz at codespeak.net
Sat Feb 24 00:48:16 CET 2007


Author: cfbolz
Date: Sat Feb 24 00:48:14 2007
New Revision: 39348

Modified:
   pypy/dist/pypy/rpython/rmodel.py
Log:
ah, humpf. I could have sworn that my test actually passed.


Modified: pypy/dist/pypy/rpython/rmodel.py
==============================================================================
--- pypy/dist/pypy/rpython/rmodel.py	(original)
+++ pypy/dist/pypy/rpython/rmodel.py	Sat Feb 24 00:48:14 2007
@@ -273,7 +273,7 @@
         return v_iter
 
     def rtype_method_next(self, hop):
-        return self.rtype_next(self, hop)
+        return self.rtype_next(hop)
 
 
 class __extend__(annmodel.SomeIterator):



More information about the Pypy-commit mailing list