Author: Maciej Fijalkowski <fij...@gmail.com>
Branch: better-jit-hooks
Changeset: r51171:04ce4efd6ee6
Date: 2012-01-09 17:05 +0200
http://bitbucket.org/pypy/pypy/changeset/04ce4efd6ee6/

Log:    make sure there are no more attrs on base class

diff --git a/pypy/jit/metainterp/resoperation.py 
b/pypy/jit/metainterp/resoperation.py
--- a/pypy/jit/metainterp/resoperation.py
+++ b/pypy/jit/metainterp/resoperation.py
@@ -17,6 +17,8 @@
     name = ""
     pc = 0
 
+    _attrs_ = ('result',)
+
     def __init__(self, result):
         self.result = result
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to