Home
last modified time | relevance | path

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

/third_party/python/Modules/_xxtestfuzz/
H A Dfuzzer.c206 PyObject* sre_constants = PyImport_ImportModule("sre_constants"); in init_sre_compile() local
207 if (sre_constants == NULL) { in init_sre_compile()
210 sre_error_exception = PyObject_GetAttrString(sre_constants, "error"); in init_sre_compile()
214 PyObject* debug_flag = PyObject_GetAttrString(sre_constants, "SRE_FLAG_DEBUG"); in init_sre_compile()

Completed in 1 milliseconds