Searched refs:fallback_exception_class (Results 1 – 1 of 1) sorted by relevance
830 PyObject* fallback_exception_class = nullptr; variable941 if (fallback_exception_class != nullptr) { in TFE_Py_RegisterFallbackExceptionClass()942 Py_DECREF(fallback_exception_class); in TFE_Py_RegisterFallbackExceptionClass()945 fallback_exception_class = nullptr; in TFE_Py_RegisterFallbackExceptionClass()952 fallback_exception_class = e; in TFE_Py_RegisterFallbackExceptionClass()992 if (fallback_exception_class != nullptr) { in RaiseFallbackException()993 PyErr_SetString(fallback_exception_class, message); in RaiseFallbackException()