[issue4580] slicing of memoryviews when itemsize != 1 is wrong

Nick Coghlan report at bugs.python.org
Wed Dec 10 12:09:39 CET 2008


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Regarding ndim > 0 and shape=NULL, the PEP doesn't allow it. Any code
that does it is already broken - we're just making it fail cleanly at
the point where it is broken rather than in some obscure fashion
somewhere else.

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


More information about the Python-bugs-list mailing list