Some compile/link operation failed.
| 36 | |
| 37 | # Exception classes used by the CCompiler implementation classes |
| 38 | class CCompilerError (Exception): |
| 39 | """Some compile/link operation failed.""" |
| 40 | |
| 41 | class PreprocessError (CCompilerError): |
| 42 | """Failure to preprocess one or more C/C++ files.""" |
no outgoing calls
no test coverage detected
searching dependent graphs…