Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
16536d61
Commit
16536d61
authored
May 30, 2000
by
Greg Ward
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed exceptions -- now in errors.py to avoid expensive import of ccompiler.
parent
8f4b133d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
ccompiler.py
ccompiler.py
+0
-16
No files found.
ccompiler.py
View file @
16536d61
...
...
@@ -15,22 +15,6 @@ from distutils.spawn import spawn
from
distutils.util
import
move_file
,
mkpath
,
newer_pairwise
,
newer_group
# Exception classes used by the CCompiler implementation classes
class
CCompilerError
(
Exception
):
"""Failure doing some compile/link operation."""
class
CompileError
(
CCompilerError
):
"""Failure to compile one or more C/C++ source files."""
class
LibError
(
CCompilerError
):
"""Failure to create a static library from one or more C/C++ object
files."""
class
LinkError
(
CCompilerError
):
"""Failure to link one or more C/C++ object files into an executable
or shared library file."""
class
CCompiler
:
"""Abstract base class to define the interface that must be implemented
by real compiler abstraction classes. Might have some use as a
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment