summaryrefslogtreecommitdiff
path: root/numpy/doc/indexing.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2016-08-20 12:43:10 -0600
committerCharles Harris <charlesr.harris@gmail.com>2016-08-20 12:43:10 -0600
commitf3b8ef0dee845b92977e25cf530de2bdd8cced73 (patch)
treeff155c6fe9737cc6f3955b4392130b8f33001f63 /numpy/doc/indexing.py
parent63d30baee2535f03d55a10819ea1e56165d4c030 (diff)
downloadnumpy-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/doc/indexing.py')
0 files changed, 0 insertions, 0 deletions