File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11from .compilers .C import msvc
22
3+ __all__ = ["MSVCCompiler" ]
4+
35MSVCCompiler = msvc .Compiler
Original file line number Diff line number Diff line change 11from .compilers .C import base
22from .compilers .C .base import (
3- CompileError ,
4- LinkError ,
3+ compiler_class ,
54 gen_lib_options ,
65 gen_preprocess_options ,
76 get_default_compiler ,
87 new_compiler ,
98 show_compilers ,
109)
10+ from .compilers .C .errors import CompileError , LinkError
1111
1212__all__ = [
1313 'CompileError' ,
1414 'LinkError' ,
15+ 'compiler_class' ,
1516 'gen_lib_options' ,
1617 'gen_preprocess_options' ,
1718 'get_default_compiler' ,
Original file line number Diff line number Diff line change 1+ Restore `distutils.ccompiler.compiler_class ` -- by :user: `Avasam `
You can’t perform that action at this time.
0 commit comments