[Numpy-tickets] [NumPy] #423: clip segfaults when using out argument with non-expected datatype
NumPy
numpy-tickets@scipy....
Sat Mar 31 13:16:22 CDT 2007
#423: clip segfaults when using out argument with non-expected datatype
------------------------------+---------------------------------------------
Reporter: david cournapeau | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone:
Component: Other | Version: devel
Severity: normal | Resolution: fixed
Keywords: clip |
------------------------------+---------------------------------------------
Changes (by oliphant):
* status: new => closed
* resolution: => fixed
Comment:
This was fixed as part of adding and testing the new fast scalar clipping
functionality. The segfault was due to a missing error check and missing
force-cast flag on converting an object to an array.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/423#comment:2>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list