[pypy-commit] pypy jit-leaner-frontend: ups

fijal pypy.commits at gmail.com
Fri Mar 11 07:24:06 EST 2016


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):


More information about the pypy-commit mailing list