Home
last modified time | relevance | path

Searched refs:CCompilerError (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/distutils/
Derrors.py79 class CCompilerError (Exception): class
82 class PreprocessError (CCompilerError):
85 class CompileError (CCompilerError):
88 class LibError (CCompilerError):
92 class LinkError (CCompilerError):
96 class UnknownFileError (CCompilerError):
Dcygwinccompiler.py56 from distutils.errors import (DistutilsExecError, CCompilerError,
297 raise CCompilerError(
Dcore.py159 CCompilerError) as msg:
/third_party/python/Lib/distutils/command/
Dbuild_ext.py480 except (CCompilerError, DistutilsError, CompileError) as e:
/third_party/python/
Dsetup.py53 from distutils.errors import CCompilerError, DistutilsError
591 except (CCompilerError, DistutilsError) as why:
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch987 raise CCompilerError(