[Python-modules-team] Bug#630045: Simple usage of QListView leaks memory

Nahuel Greco ngreco at gmail.com
Fri Jun 10 19:30:24 UTC 2011


Package: python-qt3
Version: 3.18.1-4.1
Followup-For: Bug #630045

Note, doing:


for i in range(self.list.childCount()):
        i = self.list.firstChild()
        self.list.takeItem(i)
        del i


instead of self.list.clear(), also leaks. Maybe this is a bug in SIP?


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-qt3 depends on:
ii  libc6                        2.13-4      Embedded GNU C Library: Shared lib
ii  libgcc1                      1:4.6.0-10  GCC support library
ii  libqt3-mt                    3:3.3.8b-8  Qt GUI Library (Threaded runtime v
ii  libstdc++6                   4.6.0-10    The GNU Standard C++ Library v3
ii  libx11-6                     2:1.4.3-1   X11 client-side library
ii  libxext6                     2:1.3.0-1   X11 miscellaneous extension librar
ii  python                       2.6.6-14    interactive high-level object-orie
ii  python-sip [sip-api-8.1]     4.12.1-1+b2 Python/C++ bindings generator runt
ii  python-support               1.0.13      automated rebuilding support for P

python-qt3 recommends no packages.

Versions of packages python-qt3 suggests:
pn  libqt3-mt-mysql | libqt3-mt-o <none>     (no description available)
pn  python-qt3-doc                <none>     (no description available)
pn  python-qt3-gl                 <none>     (no description available)

-- no debconf information





More information about the Python-modules-team mailing list