During the execution of the below-given Python/C API function, what will happen when no exception has been raised?
During the execution of the below-given Python/C API function, what will happen when no exception has been raised?
int PyErr_ExceptionMatches(PyObject *exc)
a. It will call “void PyErr_Print()” function
b. It will return NULL
c. A memory access violation will occur
d. It will clear the error indicator