[pypy-svn] r52854 - pypy/dist/pypy/rlib

fijal at codespeak.net fijal at codespeak.net
Sun Mar 23 05:22:11 CET 2008


Author: fijal
Date: Sun Mar 23 05:22:09 2008
New Revision: 52854

Modified:
   pypy/dist/pypy/rlib/objectmodel.py
Log:
This argument is never used.


Modified: pypy/dist/pypy/rlib/objectmodel.py
==============================================================================
--- pypy/dist/pypy/rlib/objectmodel.py	(original)
+++ pypy/dist/pypy/rlib/objectmodel.py	Sun Mar 23 05:22:09 2008
@@ -361,7 +361,7 @@
     def compute_result_annotation(self, s_sizehint):
         return self.bookkeeper.newlist()
 
-    def specialize_call(self, orig_hop, i_sizehint):
+    def specialize_call(self, orig_hop, i_sizehint=None):
         from pypy.rpython.rlist import rtype_newlist
         from pypy.rpython.lltypesystem import lltype
         # fish a bit hop



More information about the Pypy-commit mailing list