Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_xxtestfuzz/
Dfuzzer.c340 PyObject* csv_error = NULL; variable
348 csv_error = PyObject_GetAttrString(csv_module, "Error"); in init_csv_reader()
349 return csv_error != NULL; in init_csv_reader()
387 if (PyErr_ExceptionMatches(csv_error)) { in fuzz_csv_reader()