def get_compiler(self):
"""Return the C compiler used for building the extension."""
return self.compiler or get_default_compiler()
python类get_default_compiler()的实例源码
def get_compiler(self):
"""Return the C compiler used for building the extension."""
return self.compiler or get_default_compiler()