Skip to content

Conversation

@jamison-rose
Copy link
Contributor

In python 3 dict.items() return an iterator instead of the complete list of items. This means that 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.
Copy link
Contributor

@nmaludy nmaludy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please:

  • Add a changelog entry
  • Bump the pack version by 0.0.1 (bug fix change)
  • Add unit tests to cover this case?

@nmaludy
Copy link
Contributor

nmaludy commented May 14, 2020

Closes #104

@nmaludy nmaludy merged commit a8739d6 into StackStorm-Exchange: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