diff options
author | David Powell <david.a.powell@anu.edu.au> | 2015-03-06 18:45:12 +1100 |
---|---|---|
committer | David Powell <david.a.powell@anu.edu.au> | 2015-03-06 18:55:17 +1100 |
commit | df6b31d535c1d388a2022f24c228e02547f89310 (patch) | |
tree | aec6be4d15e973a5dc4a8a02a5aba84be96798cf /numpy/lib/format.py | |
parent | 4cba5310c7b8d1a3aab7202209d238f569a8f9ff (diff) | |
download | numpy-df6b31d535c1d388a2022f24c228e02547f89310.tar.gz |
BUG: Cannot read .f2py_f2cmaps under python 3.3
When reading .f2py_f2cmaps, these is iteration over dictionaries keys()
and items(), which are iterators in python 3. This prohibits modifying the
dicionaries while iterating. By wrapping these calls with list(), the python 2
behaviour is restored. Fixes #5637.
Diffstat (limited to 'numpy/lib/format.py')
0 files changed, 0 insertions, 0 deletions