我们从Python开源项目中,提取了以下2个代码示例,用于说明如何使用distutils.ccompiler.get_default_compiler()。
def get_compiler(self): """Return the C compiler used for building the extension.""" return self.compiler or get_default_compiler()