diff options
author | Roland Kaufmann <rka081+numpy@uib.no> | 2016-12-09 10:21:41 +0100 |
---|---|---|
committer | Roland Kaufmann <roland.kaufmann@uni.no> | 2016-12-09 10:49:42 +0100 |
commit | 9a4691fd4e66a29441c5e5fd582a2c7e1eedb557 (patch) | |
tree | c389d603f21d2c58e0f1d381c9608ceffd9beeb1 /numpy/lib/nanfunctions.py | |
parent | 3cc5c8e63833a2005ef3a34811c3efde3a5a7742 (diff) | |
download | numpy-9a4691fd4e66a29441c5e5fd582a2c7e1eedb557.tar.gz |
MAINT: Remove assumptions about RTL name, for MinGW
The MinGW compiler adapter assumes that the C runtime library that
Python was built with has the name msvcrXXX. This is incorrect for
Python 3.5 and later. (The name of the runtime is now vcruntimeXXX).
This patch removes parsing of the hardcoded pattern and replaces it
with calls to new functions in misc_util that returns the desired
values directly, isolating the hardcoding to that module.
Diffstat (limited to 'numpy/lib/nanfunctions.py')
0 files changed, 0 insertions, 0 deletions