Home
last modified time | relevance | path

Searched refs:re_module (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/_xxtestfuzz/
Dfuzzer.c288 PyObject* re_module = PyImport_ImportModule("re"); in init_sre_match() local
289 if (re_module == NULL) { in init_sre_match()
302 re_module, "compile", "y", regex_patterns[i]); in init_sre_match()