New: [rhinstaller/blivet/pulls/64 master] ]Wrap keys() with a list so that the dictionary can be changed

M4rtinK installerbot-noreply at redhat.com
Wed Apr 1 17:06:36 UTC 2015


In Python 3 the keys() dictionary method returns and iterator,
which we can't use if we want to modify the dictionary while iterating over it 
(it raises a RuntimeError). So wrap keys() with a list to prevent this from
happening.
-- 
To view this pull request on github, visit https://github.com/rhinstaller/blivet/pull/64


More information about the anaconda-patches mailing list