Bug #302764 - Inside __iter__, only recurse 1 deep, in order to avoid
authorZac Medico <zmedico@gentoo.org>
Tue, 2 Mar 2010 19:50:25 +0000 (19:50 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 2 Mar 2010 19:50:25 +0000 (19:50 -0000)
commitad36ecfecd121902aae78681b26828c86e14db6c
treec98e3afa8fb70932c0d2d4f78984f4ef66f3c3eb
parent8bedbdce7f2d62a0d195c093b3d84218c279db0b
Bug #302764 - Inside __iter__, only recurse 1 deep, in order to avoid
iteration over entries from another nested cache instance. This can
happen if the user nests an overlay inside /usr/portage/local. Thanks
to Vlastimil Babka <caster@g.o> for this patch. (trunk r15295)

svn path=/main/branches/2.1.7/; revision=15534
pym/portage/cache/flat_hash.py