Searched refs:Res_Error (Results 1 – 1 of 1) sorted by relevance
37 static PyObject *Res_Error; variable1746 Res_Error = PyMac_GetOSErrException(); in init_Res()1747 if (Res_Error == NULL || in init_Res()1748 PyDict_SetItemString(d, "Error", Res_Error) != 0) in init_Res()