tkopecek / koji

Forked from koji 7 years ago
Clone

6106855 kojira: fix iteration over repos in py3

Authored and Committed by mikem 5 years ago
1 file changed. 4 lines added. 4 lines removed.
    kojira: fix iteration over repos in py3
    
    Multiple threads loop over this data, which changes. These loops
    need to use a copy. In py2 .keys() and .values() are copied data,
    but in py3 they are references to the dict data.
    
    Fixes: https://pagure.io/koji/issue/1355
    
        
file modified
+4 -4