Home
last modified time | relevance | path

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

/third_party/python/Modules/_xxtestfuzz/
H A Dfuzzer.c197 PyObject* sre_compile_module = PyImport_ImportModule("sre_compile"); in init_sre_compile() local
198 if (sre_compile_module == NULL) { in init_sre_compile()
201 sre_compile_method = PyObject_GetAttrString(sre_compile_module, "compile"); in init_sre_compile()

Completed in 2 milliseconds