[Numpy-tickets] [NumPy] #946: Segmentation fault with numpy.clip + char array
NumPy
numpy-tickets@scipy....
Sun Nov 2 18:16:30 CST 2008
#946: Segmentation fault with numpy.clip + char array
--------------------+-------------------------------------------------------
Reporter: pv | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.3.0
Component: Other | Version: none
Severity: normal | Keywords: crash clip char
--------------------+-------------------------------------------------------
This crashes: (eg. on numpy trunk r5968)
{{{
import numpy
obj = numpy.complex_()
obj.clip('rrr',1)
}}}
See the report in Scipy Trac from http://scipy.org/scipy/scipy/ticket/716
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/946>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list