[pypy-issue] [issue1112] numpypy swapaxes patch

Alex Gaynor tracker at bugs.pypy.org
Tue Apr 10 14:12:39 CEST 2012


Alex Gaynor <alex.gaynor at gmail.com> added the comment:

Hey mike, a couple pieces of feedback:

* Can you add tests for doing this on slices and virtual arrays?
* You don't need a loop in there, strides = concrete.strides[:] (etc.) should be 
enough.
* Can you bring in numpy.swapaxes into lib_pypy/numpypy/, should just be a copy-
paste from upstream numpy?

Thanks!

----------
nosy: +agaynor
status: unread -> chatting

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1112>
________________________________________


More information about the pypy-issue mailing list