Author: Maciej Fijalkowski <fij...@gmail.com>
Branch: 
Changeset: r58582:5893044643da
Date: 2012-10-29 13:10 +0100
http://bitbucket.org/pypy/pypy/changeset/5893044643da/

Log:    oops missed that one

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
@@ -133,6 +133,7 @@
         )
     return ret
 
+@jit.unroll_safe
 def _shape_agreement(shape1, shape2):
     """ Checks agreement about two shapes with respect to broadcasting. Returns
     the resulting shape.
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to