We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d7cc0f commit 2f093b5Copy full SHA for 2f093b5
distutils/command/config.py
@@ -89,8 +89,6 @@ def _check_compiler(self):
89
"""Check that 'self.compiler' really is a CCompiler object;
90
if not, make it one.
91
"""
92
- # We do this late, and only on-demand, because this is an expensive
93
- # import.
94
if not isinstance(self.compiler, CCompiler):
95
self.compiler = new_compiler(
96
compiler=self.compiler, dry_run=self.dry_run, force=True
0 commit comments