[Numpy-tickets] [NumPy] #572: Memory leak in _insert when using rank 0 input
NumPy
numpy-tickets@scipy....
Tue Aug 28 03:06:10 CDT 2007
#572: Memory leak in _insert when using rank 0 input
-----------------------+----------------------------------------------------
Reporter: cdavid | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.0.4 Release
Component: numpy.lib | Version: none
Severity: major | Resolution:
Keywords: |
-----------------------+----------------------------------------------------
Comment (by stefan):
David, I'd like to write a regression test, but I don't see the same
behaviour. Currently, I have:
{{{
import numpy as N
from numpy.lib._compiled_base import _insert
x = N.array(1)
_insert(x,[True],1)
}}}
Would you please send me a snippet that replicates the problem?
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/572#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