MCPcopy Create free account
hub / github.com/numpy/numpy / get_msvcr_replacement

Function get_msvcr_replacement

numpy/distutils/mingw32ccompiler.py:34–37  ·  view source on GitHub ↗

Replacement for outdated version of get_msvcr from cygwinccompiler

()

Source from the content-addressed store, hash-verified

32 get_build_architecture)
33
34def get_msvcr_replacement():
35 """Replacement for outdated version of get_msvcr from cygwinccompiler"""
36 msvcr = msvc_runtime_library()
37 return [] if msvcr is None else [msvcr]
38
39
40# Useful to generate table of symbols from a dll

Callers

nothing calls this directly

Calls 1

msvc_runtime_libraryFunction · 0.90

Tested by

no test coverage detected