Searched refs:to_match (Results 1 – 1 of 1) sorted by relevance
322 PyObject* to_match = PyBytes_FromStringAndSize(data + 1, size - 1); in fuzz_sre_match() local323 if (to_match == NULL) { in fuzz_sre_match()330 PyObject* matches = PyObject_CallOneArg(match_callable, to_match); in fuzz_sre_match()334 Py_DECREF(to_match); in fuzz_sre_match()