Searched refs:sre_compile_method (Results 1 – 1 of 1) sorted by relevance
191 PyObject* sre_compile_method = NULL; variable201 sre_compile_method = PyObject_GetAttrString(sre_compile_module, "compile"); in init_sre_compile()202 if (sre_compile_method == NULL) { in init_sre_compile()249 sre_compile_method, pattern_bytes, flags_obj, NULL); in fuzz_sre_compile()