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

Class CCompilerError

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

Some compile/link operation failed.

Source from the content-addressed store, hash-verified

36
37# Exception classes used by the CCompiler implementation classes
38class CCompilerError (Exception):
39 """Some compile/link operation failed."""
40
41class PreprocessError (CCompilerError):
42 """Failure to preprocess one or more C/C++ files."""

Callers 1

__init__Method · 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…