Searched refs:fallback_exception_class (Results 1 – 1 of 1) sorted by relevance
702 PyObject* fallback_exception_class = nullptr; variable782 if (fallback_exception_class != nullptr) { in TFE_Py_RegisterFallbackExceptionClass()783 Py_DECREF(fallback_exception_class); in TFE_Py_RegisterFallbackExceptionClass()786 fallback_exception_class = nullptr; in TFE_Py_RegisterFallbackExceptionClass()793 fallback_exception_class = e; in TFE_Py_RegisterFallbackExceptionClass()816 if (fallback_exception_class != nullptr) { in RaiseFallbackException()817 PyErr_SetString(fallback_exception_class, message); in RaiseFallbackException()