Home | History | Annotate | Download | only in distutils

Lines Matching refs:pattern

950     for pattern, compiler in _default_compilers:
951 if re.match(pattern, platform) is not None or \
952 re.match(pattern, osname) is not None: