Author: mattip <[email protected]>
Branch: numpy-fixes
Changeset: r76926:6981237fb078
Date: 2015-04-24 17:03 +0300
http://bitbucket.org/pypy/pypy/changeset/6981237fb078/

Log:    a branch to fix numpy test suite failures with "Arrays are not
        equal" message

diff --git a/pypy/module/micronumpy/concrete.py 
b/pypy/module/micronumpy/concrete.py
--- a/pypy/module/micronumpy/concrete.py
+++ b/pypy/module/micronumpy/concrete.py
@@ -323,7 +323,7 @@
 
     def __exit__(self, typ, value, traceback):
         keepalive_until_here(self)
-        
+
     def get_buffer(self, space, readonly):
         return ArrayBuffer(self, readonly)
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to