[Numpy-tickets] [NumPy] #583: fromiter: memory error on invalid dtype
NumPy
numpy-tickets@scipy....
Tue Sep 25 09:07:29 CDT 2007
#583: fromiter: memory error on invalid dtype
------------------------+---------------------------------------------------
Reporter: stefan | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.0.4 Release
Component: numpy.core | Version: devel
Severity: normal | Keywords: fromiter, dtype, memory
------------------------+---------------------------------------------------
Triggered by
{{{
import numpy as N
x = [['12',''],['13','']]
z = N.fromiter(x,str)
}}}
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/583>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list