* [gentoo-commits] portage r13700 - main/trunk/pym/_emerge
@ 2009-06-26 21:37 Zac Medico (zmedico)
0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2009-06-26 21:37 UTC (permalink / raw
To: gentoo-commits
Author: zmedico
Date: 2009-06-26 21:37:17 +0000 (Fri, 26 Jun 2009)
New Revision: 13700
Modified:
main/trunk/pym/_emerge/actions.py
Log:
Use clear_caches() to free memory inside action_depclean().
Modified: main/trunk/pym/_emerge/actions.py
===================================================================
--- main/trunk/pym/_emerge/actions.py 2009-06-26 21:32:01 UTC (rev 13699)
+++ main/trunk/pym/_emerge/actions.py 2009-06-26 21:37:17 UTC (rev 13700)
@@ -602,8 +602,7 @@
calc_depclean(settings, trees, ldpath_mtimes,
myopts, action, args_set, spinner)
- import gc
- gc.collect()
+ clear_caches(trees)
if rval != os.EX_OK:
return rval
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-06-26 21:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-26 21:37 [gentoo-commits] portage r13700 - main/trunk/pym/_emerge Zac Medico (zmedico)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox