[NumPy-Tickets] [NumPy] #478: numpy.rec.array is inconsistent on objects
NumPy Trac
numpy-tickets@scipy....
Tue Mar 22 22:36:03 CDT 2011
#478: numpy.rec.array is inconsistent on objects
------------------------+---------------------------------------------------
Reporter: faltet | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: numpy.core | Version: devel
Keywords: |
------------------------+---------------------------------------------------
Comment(by oliphant):
This is inconsistent. Never should O-d arrays be interpreted as
containers.
But, this can be hard to enforce without special-case checks (and it is
easy to miss the special checks), because fundamentally an array *can* be
considered a container of bytes.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/478#comment:7>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list