diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2016-08-20 12:43:10 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2016-08-20 12:43:10 -0600 |
commit | f3b8ef0dee845b92977e25cf530de2bdd8cced73 (patch) | |
tree | ff155c6fe9737cc6f3955b4392130b8f33001f63 /numpy/lib/utils.py | |
parent | 63d30baee2535f03d55a10819ea1e56165d4c030 (diff) | |
download | numpy-f3b8ef0dee845b92977e25cf530de2bdd8cced73.tar.gz |
BUG: Use keyword arguments to initialize Extension base class.
Currently numpy.distutils.Extension class subclasses python's
distutils.extension.Extension class and initializes the base class with
a call that uses positional arguments rather than keyword arguments.
This causes problems with setuptools 25.4.0 where the Extension class
gets a new init function that expects keyword rather than positional
arguments. We should have been using keyword arguments all along and our
luck has run out, so use proper keywords
Closes #7951.
Diffstat (limited to 'numpy/lib/utils.py')
0 files changed, 0 insertions, 0 deletions