Searched refs:re_module (Results 1 – 1 of 1) sorted by relevance
288 PyObject* re_module = PyImport_ImportModule("re"); in init_sre_match() local289 if (re_module == NULL) { in init_sre_match()302 re_module, "compile", "y", regex_patterns[i]); in init_sre_match()