[Numpy-tickets] [NumPy] #356: array.reshape(None) segfaults
NumPy
numpy-tickets at scipy.net
Thu Oct 19 09:10:27 CDT 2006
#356: array.reshape(None) segfaults
--------------------+-------------------------------------------------------
Reporter: dhuard | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.0 Release
Component: Other | Version: devel
Severity: normal | Keywords: reshape, resize, segfault
--------------------+-------------------------------------------------------
{{{
a.reshape(None)
a.resize(None)
}}}
crash the shell.
1.0.dev3327
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/356>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list