[pypy-svn] r68463 - pypy/branch/gc-hash/pypy/translator/c

arigo at codespeak.net arigo at codespeak.net
Wed Oct 14 19:16:18 CEST 2009


Author: arigo
Date: Wed Oct 14 19:16:17 2009
New Revision: 68463

Modified:
   pypy/branch/gc-hash/pypy/translator/c/gc.py
Log:
Fix.


Modified: pypy/branch/gc-hash/pypy/translator/c/gc.py
==============================================================================
--- pypy/branch/gc-hash/pypy/translator/c/gc.py	(original)
+++ pypy/branch/gc-hash/pypy/translator/c/gc.py	Wed Oct 14 19:16:17 2009
@@ -55,7 +55,7 @@
             post_include_bits=['typedef void *GC_hidden_pointer;']
             )
 
-    def get_prebuilt_hash(self, obj, outermostonly):
+    def get_prebuilt_hash(self, obj):
         return None
 
     def need_no_typeptr(self):



More information about the Pypy-commit mailing list