Author: fijal
Branch: jit-leaner-frontend
Changeset: r82963:b591405b96fe
Date: 2016-03-11 14:23 +0200
http://bitbucket.org/pypy/pypy/changeset/b591405b96fe/

Log:    ups

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
@@ -205,7 +205,7 @@
 
 
 class Const(AbstractValue):
-    __attrs__ = ()
+    _attrs_ = ()
 
     @staticmethod
     def _new(x):
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to