ansible/lib
Jill R 7d3cc250ef Fix ec2 filter dict iteration for python3.8 (#65521)
Python now throws a RuntimeError if dict keys are modified mid-iteration.
https://bugs.python.org/issue36452
Cast filter dicts to list before iteration.

Fixes: 65024
Related: 65434
2019-12-05 05:02:59 -05:00
..
ansible Fix ec2 filter dict iteration for python3.8 (#65521) 2019-12-05 05:02:59 -05:00