Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r58580:4acbbf8a634b
Date: 2012-10-29 12:19 +0100
http://bitbucket.org/pypy/pypy/changeset/4acbbf8a634b/

Log:    calc_strides too

diff --git a/pypy/module/micronumpy/support.py 
b/pypy/module/micronumpy/support.py
--- a/pypy/module/micronumpy/support.py
+++ b/pypy/module/micronumpy/support.py
@@ -8,6 +8,7 @@
         i *= x
     return i
 
[email protected]_safe
 def calc_strides(shape, dtype, order):
     strides = []
     backstrides = []
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to