[pypy-commit] pypy default: kill this hack for now - makes matters worse without a deeper thought

fijal noreply at buildbot.pypy.org
Mon Dec 1 14:46:46 CET 2014


Author: Maciej Fijalkowski <fijall at gmail.com>
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


More information about the pypy-commit mailing list