MCPcopy Index your code
hub / github.com/python/cpython / DistutilsPlatformError

Class DistutilsPlatformError

Tools/c-analyzer/distutils/errors.py:26–30  ·  view source on GitHub ↗

We don't know how to do something on the current platform (but we do know how to do it on some platform) -- eg. trying to compile C files on a platform not supported by a CCompiler subclass.

Source from the content-addressed store, hash-verified

24 pass
25
26class DistutilsPlatformError (DistutilsError):
27 """We don't know how to do something on the current platform (but
28 we do know how to do it on some platform) -- eg. trying to compile
29 C files on a platform not supported by a CCompiler subclass."""
30 pass
31
32class DistutilsExecError (DistutilsError):
33 """Any problems executing an external program (such as the C

Callers 6

load_macrosMethod · 0.90
load_macrosMethod · 0.90
query_vcvarsallFunction · 0.90
msvc9compiler.pyFile · 0.90
new_compilerFunction · 0.90
_get_vc_envFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…