[NumPy-Tickets] [NumPy] #1766: Nested recarray crashes numpy 1.5.x on Python 3.x
NumPy Trac
numpy-tickets@scipy....
Sat Apr 2 17:48:03 CDT 2011
#1766: Nested recarray crashes numpy 1.5.x on Python 3.x
-------------------------+--------------------------------------------------
Reporter: cgohlke | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone: Unscheduled
Component: numpy.core | Version: 1.5.1
Resolution: fixed | Keywords:
-------------------------+--------------------------------------------------
Changes (by pv):
* status: new => closed
* resolution: => fixed
Comment:
Yes, the coercion to tuple was enabled in commit:b1242970 -- prior to that
the shape was whatever object passed in.
It's not clear from the code base what the invariant was supposed to be,
so some more sanity checks added in commit:49320e8
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1766#comment:2>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list