[NumPy-Tickets] [NumPy] #2053: void.tolist segfault
NumPy Trac
numpy-tickets@scipy....
Mon Feb 13 03:49:50 CST 2012
#2053: void.tolist segfault
--------------------+-------------------------------------------------------
Reporter: fijal | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: Other | Version: devel
Keywords: |
--------------------+-------------------------------------------------------
Example:
{{{
>>> from numpy import void
>>> void(5).tolist()[0] = 'a'
Segmentation fault
}}}
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2053>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list