Lines Matching refs:osname
906 def get_default_compiler(osname=None, platform=None):909 osname should be one of the standard Python OS names (i.e. the917 if osname is None:918 osname = os.name921 if osname == "nt" and sys.version.find('GCC') >= 0:925 re.match(pattern, osname) is not None: