[issue23632] memoryview doesn't allow tuple-indexing

Antoine Pitrou report at bugs.python.org
Thu Mar 12 14:35:56 CET 2015


Antoine Pitrou added the comment:

Sub-views are not as easily implemented. Besides, they create an intermediate object which is immediately thrown away. And tuple indexing is a very common idiom in the Numpy universe.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23632>
_______________________________________


More information about the Python-bugs-list mailing list