Author: Ronan Lamy <[email protected]>
Branch: kill-typesystem
Changeset: r65907:790238d43b27
Date: 2013-08-02 14:22 +0100
http://bitbucket.org/pypy/pypy/changeset/790238d43b27/

Log:    fix

diff --git a/rpython/translator/backendopt/mallocv.py 
b/rpython/translator/backendopt/mallocv.py
--- a/rpython/translator/backendopt/mallocv.py
+++ b/rpython/translator/backendopt/mallocv.py
@@ -252,7 +252,7 @@
     def __init__(self, graphs, rtyper, verbose=False):
         self.graphs = graphs
         self.rtyper = rtyper
-        self.excdata = rtyper.getexceptiondata()
+        self.excdata = rtyper.exceptiondata
         self.graphbuilders = {}
         self.specialized_graphs = {}
         self.specgraphorigin = {}
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to