Author: Maciej Fijalkowski <[email protected]>
Branch: iterator-in-rpython
Changeset: r56003:4c2491805691
Date: 2012-07-08 19:22 +0200
http://bitbucket.org/pypy/pypy/changeset/4c2491805691/

Log:    run tests actually

diff --git a/pypy/annotation/unaryop.py b/pypy/annotation/unaryop.py
--- a/pypy/annotation/unaryop.py
+++ b/pypy/annotation/unaryop.py
@@ -638,7 +638,7 @@
     def getattr(ins, s_attr):
         if s_attr.is_constant() and isinstance(s_attr.const, str):
             attr = s_attr.const
-            return ins._true_getattr(ins, s_attr)
+            return ins._true_getattr(attr)
         return SomeObject()
     getattr.can_only_throw = []
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to