public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r10514 - main/trunk/pym/_emerge
@ 2008-05-31  2:06 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-05-31  2:06 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2008-05-31 02:06:01 +0000 (Sat, 31 May 2008)
New Revision: 10514

Modified:
   main/trunk/pym/_emerge/__init__.py
Log:
Clean up reference to parts of the first graph for --skipfirst.


Modified: main/trunk/pym/_emerge/__init__.py
===================================================================
--- main/trunk/pym/_emerge/__init__.py	2008-05-31 01:54:11 UTC (rev 10513)
+++ main/trunk/pym/_emerge/__init__.py	2008-05-31 02:06:01 UTC (rev 10514)
@@ -8369,13 +8369,13 @@
 			while True:
 				mydepgraph = depgraph(settings, trees,
 					myopts, myparams, spinner)
-				graph = mydepgraph.digraph
 				try:
 					success = mydepgraph.loadResumeCommand(mtimedb["resume"])
 				except depgraph.UnsatisfiedResumeDep, e:
 					if "--skipfirst" not in myopts:
 						raise
 
+					graph = mydepgraph.digraph
 					unsatisfied_parents = dict((dep.parent, dep.parent) \
 						for dep in e.value)
 					traversed_nodes = set()
@@ -8415,7 +8415,8 @@
 						raise
 					mergelist[:] = pruned_mergelist
 					dropped_tasks.update(unsatisfied_parents)
-					del e, unsatisfied_parents
+					del e, graph, traversed_nodes, \
+						unsatisfied_parents, unsatisfied_stack
 					continue
 				else:
 					break

-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-31  2:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-31  2:06 [gentoo-commits] portage r10514 - 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