diff options
author | Roland Kaufmann <rka081+numpy@uib.no> | 2017-02-22 13:17:24 +0100 |
---|---|---|
committer | Roland Kaufmann <rka081+numpy@uib.no> | 2017-02-23 10:05:58 +0100 |
commit | d16e4f1cc51a61b1eca657a9c17fe847f7d36479 (patch) | |
tree | 257902c7da31d12e100ae025b7fed8b587b5eee3 /numpy/doc/subclassing.py | |
parent | f228d75bfa4d4f3964dfc6cbfbbf982e95ce94ab (diff) | |
download | numpy-d16e4f1cc51a61b1eca657a9c17fe847f7d36479.tar.gz |
BUG: Skip custom library check if not MSVC runtime
If Python has been built using a different runtime, for example using
the GNU compiler in MSYS, the version string will of course not contain
a reference to the MSVC runtime. Instead of attempting to build an
import library for yet another runtime, we assume that the compiler
used to build the extension is now the same as was used to build Python,
and that it will pass the right runtime to the linker without any
further command-line options.
Diffstat (limited to 'numpy/doc/subclassing.py')
0 files changed, 0 insertions, 0 deletions