Author: fijal Branch: jit-leaner-frontend Changeset: r82964:49a54211e9fc Date: 2016-03-11 14:38 +0200 http://bitbucket.org/pypy/pypy/changeset/49a54211e9fc/
Log: fix rpython diff --git a/rpython/jit/metainterp/opencoder.py b/rpython/jit/metainterp/opencoder.py --- a/rpython/jit/metainterp/opencoder.py +++ b/rpython/jit/metainterp/opencoder.py @@ -202,6 +202,8 @@ self._bigints_dict = {} self._refs_dict = {} self._floats_dict = {} + return 0 # completely different than TraceIter.done, but we have to + # share the base class def length(self): return self._pos _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit