Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We need to make a copy of locals() from the method level as inside the list comprehension its value change and we lose access to method's arguments and their values. Thanks to Ben Roberts for reporting the issue!
- Loading branch information