Home
last modified time | relevance | path

Searched refs:IBCarbon_Error (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Mac/Modules/ibcarbon/
D_IBCarbon.c17 static PyObject *IBCarbon_Error; variable
255 IBCarbon_Error = PyMac_GetOSErrException(); in init_IBCarbon()
256 if (IBCarbon_Error == NULL || in init_IBCarbon()
257 PyDict_SetItemString(d, "Error", IBCarbon_Error) != 0) in init_IBCarbon()