Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In python, if the default value is a mutable object (here: a class) its shared over all instances, so that one instance being changed would affect others to be changed as well. This was likely the source of various intermittent bugs in the functional tests.
- Loading branch information