Delete the exception object after use.
authorZac Medico <zmedico@gentoo.org>
Fri, 8 Dec 2006 06:32:34 +0000 (06:32 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 8 Dec 2006 06:32:34 +0000 (06:32 -0000)
svn path=/main/trunk/; revision=5221

bin/emerge

index 0ebac0b0c9f32257da231030b0fa22b3624239df..8728cc098b95ba67abdfa379293992f4d994489a 100755 (executable)
@@ -3630,6 +3630,7 @@ def action_regen(settings, portdb):
                except CacheError, e:
                        print "\n  error listing cache entries for " + \
                                "'%s': %s, continuing..." % (mytree, e)
+                       del e
                        dead_nodes = None
        for x in mynodes:
                mymatches = portdb.xmatch("match-all",x)