summaryrefslogtreecommitdiff
path: root/numpy/lib/arraysetops.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2017-07-21 10:16:00 -0600
committerCharles Harris <charlesr.harris@gmail.com>2017-07-21 10:16:00 -0600
commit899d279c4ab9532d1dd122f754e536ee7aa75896 (patch)
treebca8367b4abffc51fb5c26b1cb0fde37f5c0038b /numpy/lib/arraysetops.py
parent08904d79bbd4d5f421a1f2f66e8e1aae9f92f8c8 (diff)
downloadnumpy-899d279c4ab9532d1dd122f754e536ee7aa75896.tar.gz
BUG: Inlined functions must be defined somewhere.
Some inline functions in numpy/core/src/multiarray/mapping.c were defined as `NPY_NO_EXPORT NPY_INLINE` with the result that gcc 7.1 was looking for an external definition. Possibly some of those functions were no longer being inlined. The fix was to replace `NPY_NO_EXPORT` with `static`. A grep of the numpy source files turned up no further uses of that unfortunate combination.
Diffstat (limited to 'numpy/lib/arraysetops.py')
0 files changed, 0 insertions, 0 deletions