Bug #302764 - Inside __iter__, only recurse 1 deep, in order to avoid
authorZac Medico <zmedico@gentoo.org>
Sun, 31 Jan 2010 00:43:59 +0000 (00:43 -0000)
committerZac Medico <zmedico@gentoo.org>
Sun, 31 Jan 2010 00:43:59 +0000 (00:43 -0000)
commit451c7bab87dbe67f26906126b2336299e88a6403
treefe3762e1851a19f5ce66d6da9773c61040f1adc5
parentb80eb88971a1c775c3c227c8a593a667ea6041bc
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.

svn path=/main/trunk/; revision=15295
pym/portage/cache/flat_hash.py