Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r74771:d14911aabae2
Date: 2014-12-01 08:32 +0200
http://bitbucket.org/pypy/pypy/changeset/d14911aabae2/

Log:    one missing

diff --git a/pypy/module/micronumpy/strides.py 
b/pypy/module/micronumpy/strides.py
--- a/pypy/module/micronumpy/strides.py
+++ b/pypy/module/micronumpy/strides.py
@@ -270,7 +270,7 @@
                 shape = shape_agreement(space, shape, arr)
     return shape
 
-
[email protected]_safe
 def _shape_agreement(shape1, shape2):
     """ Checks agreement about two shapes with respect to broadcasting. Returns
     the resulting shape.
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to