[pypy-commit] pypy jit-duplicated_short_boxes: translation fix

hakanardo noreply at buildbot.pypy.org
Mon Aug 29 21:21:47 CEST 2011


Author: Hakan Ardo <hakan at debian.org>
Branch: jit-duplicated_short_boxes
Changeset: r46903:43cabfd0241c
Date: 2011-08-29 21:15 +0200
http://bitbucket.org/pypy/pypy/changeset/43cabfd0241c/

Log:	translation fix

diff --git a/pypy/jit/metainterp/optimizeopt/virtualize.py b/pypy/jit/metainterp/optimizeopt/virtualize.py
--- a/pypy/jit/metainterp/optimizeopt/virtualize.py
+++ b/pypy/jit/metainterp/optimizeopt/virtualize.py
@@ -58,7 +58,7 @@
     def _really_force(self):
         raise NotImplementedError("abstract base")
 
-    def import_from(self, other):
+    def import_from(self, other, optimizer):
         raise NotImplementedError("should not be called at this level")
     
 def get_fielddescrlist_cache(cpu):


More information about the pypy-commit mailing list