Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Iterate over a copy of items in ActionAPI.__call__. (#247)
This fixes issue #246. Previously, this buggy code in python 3, due to it modifying keys of a dictionary being iterated over.
- Loading branch information