Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dict ordering assumption for Python < 3.6.0 #1464

Merged
merged 1 commit into from Mar 15, 2019
Merged

Fix dict ordering assumption for Python < 3.6.0 #1464

merged 1 commit into from Mar 15, 2019

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.

None yet

1 participant