[Numpy-tickets] [NumPy] #955: [debian #505999] memory leak in exponentiation
NumPy
numpy-tickets@scipy....
Mon Feb 9 13:16:13 CST 2009
#955: [debian #505999] memory leak in exponentiation
-------------------------+--------------------------------------------------
Reporter: stefan | Owner: somebody
Type: defect | Status: reopened
Priority: normal | Milestone: 1.1.2
Component: numpy.core | Version: none
Severity: normal | Resolution:
Keywords: memory leak |
-------------------------+--------------------------------------------------
Changes (by pv):
* status: closed => reopened
* resolution: wontfix =>
Comment:
The memory leak is still there with r6434
{{{
import numpy
print numpy.__version__
for k in xrange(20000000):
z = int(0)
p = numpy.int32(-3.5)
z**p
}}}
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/955#comment:8>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list