Skip to content

Conversation

@amanda11
Copy link
Owner

In python 3 dict.items() return an iterator instead of the complete list of items. This means that when del kwargs[k] will result in a RuntimeError: dictionary changed size during iteration error.

In python 3 dict.items() return an iterator instead of the complete list of items. This means that when `del kwargs[k]`  will result in a `RuntimeError: dictionary changed size during iteration` error.
@amanda11 amanda11 merged commit a8739d6 into amanda11:master May 28, 2020
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.

2 participants