Skip to content

Conversation

jonmmease
Copy link
Contributor

Fix for #1462, issue is that we were relying on the preservation of dict insertion order during batch updates. This was fine for Python 3.6+, but not for 2.7 and, I suspect, not for 3.5. Now use OrdererdDict objects.

Some background at https://stackoverflow.com/questions/39980323/are-dictionaries-ordered-in-python-3-6

@jonmmease jonmmease merged commit 0acd929 into master Mar 15, 2019
@nicolaskruchten nicolaskruchten deleted the bug_1462 branch June 19, 2020 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant