]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Changed to catch compile/link failures and raise CompileError, LibError,
authorGreg Ward <gward@python.net>
Tue, 30 May 2000 01:56:44 +0000 (01:56 +0000)
committerGreg Ward <gward@python.net>
Tue, 30 May 2000 01:56:44 +0000 (01:56 +0000)
commitd151711e66d1077669025b3fda5616bf31935538
tree27c09ccd8e3ae32cea2adf383b08011a18fd7e98
parentadda156a13c8555ea6f809bca8488d10d21dec62
Changed to catch compile/link failures and raise CompileError, LibError,
or LinkError (exception classes defined in ccompiler.py).
Lib/distutils/ccompiler.py
Lib/distutils/msvccompiler.py
Lib/distutils/unixccompiler.py