Author: Maciej Fijalkowski <[email protected]>
Branch:
Changeset: r58546:aba6cf7fc006
Date: 2012-10-28 20:34 +0100
http://bitbucket.org/pypy/pypy/changeset/aba6cf7fc006/
Log: grr, my font sucks
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
@@ -30,7 +30,7 @@
rstrides[j] = strides[i] * chunk.step
rbackstrides[j] = strides[i] * (chunk.lgt - 1) * chunk.step
rshape[j] = chunk.lgt
- j += i
+ j += 1
rstart += strides[i] * chunk.start
# add a reminder
s = i + 1
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit