[Numpy-tickets] [NumPy] #607: segfault from particular indexing of empty array
NumPy
numpy-tickets@scipy....
Tue Nov 6 02:00:53 CST 2007
#607: segfault from particular indexing of empty array
------------------------+---------------------------------------------------
Reporter: efiring | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.0.4
Component: numpy.core | Version: devel
Severity: normal | Resolution:
Keywords: segfault |
------------------------+---------------------------------------------------
Changes (by efiring):
* keywords: => segfault
* version: none => devel
* component: Other => numpy.core
Comment:
Try again with formatting:
{{{
import numpy
u = numpy.array([])
g = numpy.array([True, True])
u[g] = 0
}}}
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/607#comment:1>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list