Author: Hakan Ardo <[email protected]>
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):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit