depgraph: don't clear vardbapi cache in _load_vdb
authorZac Medico <zmedico@gentoo.org>
Tue, 10 May 2011 05:11:33 +0000 (22:11 -0700)
committerZac Medico <zmedico@gentoo.org>
Tue, 10 May 2011 05:11:33 +0000 (22:11 -0700)
commitd124a775634706eb954fa70116de8367f165d1d5
tree27eb8a6b532d948876c2f22dc0ae28fedcf001f9
parente5a51b2b7952eabc56bed8e2e04b2596e7495e16
depgraph: don't clear vardbapi cache in _load_vdb

Most of the memory is probably held on the heap by the installed
package instances anyway, and the cache is useful for being inherited
by subprocess in MergeProcess.
pym/_emerge/depgraph.py