Home
last modified time | relevance | path

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

/third_party/python/Modules/_xxtestfuzz/
H A 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()

Completed in 1 milliseconds