Searched refs:PYTHON_DLL_RE (Results 1 – 2 of 2) sorted by relevance
18 PYTHON_DLL_RE = re.compile(r'python\d\d?\.dll$', re.IGNORECASE) variable61 return is_not_debug(p) and not PYTHON_DLL_RE.search(p.name)
17 PYTHON_DLL_RE = re.compile(r'python\d\d?\.dll$', re.IGNORECASE) variable69 return is_not_debug(p) and not PYTHON_DLL_RE.search(p.name)