Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r54572:a7e85fda3731
Date: 2012-04-20 12:31 +0200
http://bitbucket.org/pypy/pypy/changeset/a7e85fda3731/

Log:    uh typos, untested so far

diff --git a/pypy/module/micronumpy/signature.py 
b/pypy/module/micronumpy/signature.py
--- a/pypy/module/micronumpy/signature.py
+++ b/pypy/module/micronumpy/signature.py
@@ -519,8 +519,8 @@
             return False
         assert isinstance(other, WhereSignature)
         return (self.arrsig.eq(other.arrsig, compare_array_no) and
-                self.x.eq(other.x, compare_array_no) and
-                self.y.eq(other.y, compare_array_no))
+                self.xsig.eq(other.xsig, compare_array_no) and
+                self.ysig.eq(other.ysig, compare_array_no))
 
     def _invent_array_numbering(self, arr, cache):
         from pypy.module.micronumpy.interp_arrayops import WhereArray
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to