Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_xxtestfuzz/
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()