diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-10-26 14:59:57 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-10-26 15:19:33 -0600 |
commit | 83d5f9a331543fa0748708972a5e6b7c5dcbcb03 (patch) | |
tree | 2c37032dd00132671bac8545efe91ced9e46c1d8 /numpy/core/function_base.py | |
parent | 42fefc59a502d1b17873d19f9d60d039e55ccfc4 (diff) | |
download | numpy-83d5f9a331543fa0748708972a5e6b7c5dcbcb03.tar.gz |
BUG: Revert some import * fixes in f2py.
The files
* capi_maps.py
* crackfortran.py
* f90mod_rules.py
previously used `from .auxfuncs import *` and also called `eval`
without an explicit enviroment. An attempt to use explicit imports
led to errors, and because static code analysis in not sufficient
to determine what functions need to be imported, it is safest to
continue using `import *` pending a major refactoring of f2py.
Closes #6563.
Diffstat (limited to 'numpy/core/function_base.py')
0 files changed, 0 insertions, 0 deletions