Author: Maciej Fijalkowski <[email protected]>
Branch:
Changeset: r74772:70275c5679a9
Date: 2014-12-01 15:46 +0200
http://bitbucket.org/pypy/pypy/changeset/70275c5679a9/
Log: kill this hack for now - makes matters worse without a deeper
thought
diff --git a/pypy/module/micronumpy/iterators.py
b/pypy/module/micronumpy/iterators.py
--- a/pypy/module/micronumpy/iterators.py
+++ b/pypy/module/micronumpy/iterators.py
@@ -155,7 +155,7 @@
index = state.index
if self.track_index:
index += 1
- indices = state.indices[:]
+ indices = state.indices
offset = state.offset
if self.contiguous:
offset += self.array.dtype.elsize
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit