Author: Tobias Pape <[email protected]>
Branch:
Changeset: r80654:56da80b53db3
Date: 2015-11-13 09:08 +0100
http://bitbucket.org/pypy/pypy/changeset/56da80b53db3/
Log: Remove get_display_text override
(seems to be a hg merge artifact)
diff --git a/rpython/jit/metainterp/history.py
b/rpython/jit/metainterp/history.py
--- a/rpython/jit/metainterp/history.py
+++ b/rpython/jit/metainterp/history.py
@@ -541,9 +541,6 @@
self.name,
', '.join([box.repr(memo) for box in self.inputargs]))
- def get_display_text(self): # for graphpage.py
- return self.name + '\n' + repr(self.inputargs)
-
def show(self, errmsg=None):
"NOT_RPYTHON"
from rpython.jit.metainterp.graphpage import display_procedures
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit