[Numpy-tickets] [NumPy] #882: Segmentation fault in array.choose with empty list as argument
NumPy
numpy-tickets@scipy....
Fri Aug 29 07:49:51 CDT 2008
#882: Segmentation fault in array.choose with empty list as argument
----------------------+-----------------------------------------------------
Reporter: nvj | Owner: cdavid
Type: defect | Status: closed
Priority: normal | Milestone: 1.2.0
Component: Other | Version: none
Severity: critical | Resolution: fixed
Keywords: |
----------------------+-----------------------------------------------------
Changes (by oliphant):
* status: new => closed
* resolution: => fixed
Comment:
Fixed in PyArray_ConvertToCommonType with a check for n==0 and an error
return. Fix in r5725.
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/882#comment:3>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list