Package: python-numeric
Version: 24.2-1
Severity: normal

The following consumes memory to (basically) infty:

from Numeric import *
for i in xrange(1000000):
    a = array( [1,2,3] )
    b = a.tolist() # <- memory leak

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.4
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages python-numeric depends on:
ii  python                        2.3.5-5    An interactive high-level object-o
ii  python2.3-numeric             24.2-1     Numerical (matrix-oriented) Mathem

python-numeric recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to