Skip to content
Snippets Groups Projects
Unverified Commit 3dad91aa authored by Martin Trigaux's avatar Martin Trigaux
Browse files

[FIX] pad: avoid changing dictionnary size during iteration

In python3, items() and keys() returns iterators.
Modifying a dictionnary while iterating on it may trigger an error:
    dictionary changed size during iteration
parent 9b9fcfe6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment