[Numpy-tickets] [NumPy] #338: Valgrind warning
NumPy
numpy-tickets at scipy.net
Wed Oct 25 04:02:05 CDT 2006
#338: Valgrind warning
-----------------------------+----------------------------------------------
Reporter: albertstrasheim | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.0 Release
Component: numpy.core | Version: devel
Severity: normal | Resolution:
Keywords: |
-----------------------------+----------------------------------------------
Comment (by oliphant):
This looks like it's happening in PyArray_ITER_GOTO. The only conditional
there is a check on the coords array. It is initialized by mit->bscoord
which is initialized to 0 by a memset earlier. So, I'm not sure what the
problem is.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/338#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