Author: fijal
Branch: jit-leaner-frontend
Changeset: r83027:0599da8cfbe1
Date: 2016-03-14 10:13 +0200
http://bitbucket.org/pypy/pypy/changeset/0599da8cfbe1/

Log:    fix rpython

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
@@ -122,7 +122,7 @@
         return None
 
 class AbstractDescr(AbstractValue):
-    __slots__ = ()
+    __slots__ = ('descr_index',)
     llopaque = True
     descr_index = -1
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to