diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-02-26 11:53:50 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-02-26 11:53:50 +0100 |
| commit | 46c29108ea76d1ca336042be99bbe11e8e5061b8 (patch) | |
| tree | c7b9b68530e7b1c72b15e89e454983cbd4b3f2a3 /debian | |
| parent | 19bd571a866fbe66d1bf024d458cfff8193c3f4d (diff) | |
| download | python-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/changelog | 2 |
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 -- |
