Searched refs:fallback_exception_class (Results 1 – 1 of 1) sorted by relevance
819 PyObject* fallback_exception_class = nullptr; variable920 if (fallback_exception_class != nullptr) { in TFE_Py_RegisterFallbackExceptionClass()921 Py_DECREF(fallback_exception_class); in TFE_Py_RegisterFallbackExceptionClass()924 fallback_exception_class = nullptr; in TFE_Py_RegisterFallbackExceptionClass()931 fallback_exception_class = e; in TFE_Py_RegisterFallbackExceptionClass()971 if (fallback_exception_class != nullptr) { in RaiseFallbackException()972 PyErr_SetString(fallback_exception_class, message); in RaiseFallbackException()