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>
Thu, 12 May 2011 05:20:12 +0000 (22:20 -0700)
commite4e1a5dba0589b0bde34abbe5f362d8509192078
tree85a9885dbd03b14daed4e2d2e7caa47312cf8ac5
parentd53dfac16cfc793b7f55069bfa49c3544a73bd2a
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