Stefan Krah <stefan-use...@bytereef.org> added the comment: The crash is fixed in the features/pep-3118 repo:
>>> from numpy import array >>> y=array([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11]) >>> y.shape = 3,4 >>> view=memoryview(y) >>> view2 = view[0] Traceback (most recent call last): File "<stdin>", line 1, in <module> NotImplementedError: multi-dimensional sub-views are not implemented [182251 refs] ---------- dependencies: +Problems with Py_buffer management in memoryobject.c (and elsewhere?) nosy: +skrah _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8305> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com