Searched refs:sre_error_exception (Results 1 – 1 of 1) sorted by relevance
192 PyObject* sre_error_exception = NULL; variable210 sre_error_exception = PyObject_GetAttrString(sre_constants, "error"); in init_sre_compile()211 if (sre_error_exception == NULL) { in init_sre_compile()265 if (compiled == NULL && PyErr_ExceptionMatches(sre_error_exception)) { in fuzz_sre_compile()