summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2009-02-26 11:53:50 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2009-02-26 11:53:50 +0100
commit46c29108ea76d1ca336042be99bbe11e8e5061b8 (patch)
treec7b9b68530e7b1c72b15e89e454983cbd4b3f2a3 /debian
parent19bd571a866fbe66d1bf024d458cfff8193c3f4d (diff)
downloadpython-apt-46c29108ea76d1ca336042be99bbe11e8e5061b8.tar.gz
avoid duplicated internal references of the Package object for _cache, _depcache, _records, _list - they add up to ~10mb for the full cache on my test system and all information is available via Package._pcache
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ffacbec0..f8494712 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ python-apt (0.7.9~exp3) experimental; urgency=low
config from it as well
* python/configuration.cc, python/apt_pkgmodule.cc:
- add apt_pkg.ReadConfigDir()
+ * apt/package.py:
+ - avoid uneeded interal references in the Package objects
--