[NumPy-Tickets] [NumPy] #1757: Segfault in pandas.
NumPy Trac
numpy-tickets@scipy....
Sun Mar 6 19:10:01 CST 2011
#1757: Segfault in pandas.
------------------------------+---------------------------------------------
Reporter: charris | Owner: somebody
Type: defect | Status: new
Priority: high | Milestone: 1.6.0
Component: Other | Version: devel
Keywords: segfault, pandas |
------------------------------+---------------------------------------------
Comment(by charris):
The problem may be that df exposes the __array__ attribute. In 1.5.x
calling
{{{
np.array([df]*2, np.object)
}}}
Produces a (2,) array of df objects. In 1.6 the array constructor
continues to descend.
Also,
{{{
np.array([df]*2)
}}}
should return a ValueError to be consistent.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1757#comment:2>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list