Searched refs:PyMac_OSErrException (Results 1 – 2 of 2) sorted by relevance
70 PyObject *PyMac_OSErrException; variable76 if (PyMac_OSErrException == NULL) in PyMac_GetOSErrException()77 PyMac_OSErrException = PyErr_NewException("MacOS.Error", NULL, NULL); in PyMac_GetOSErrException()78 return PyMac_OSErrException; in PyMac_GetOSErrException()
35 extern PyObject *PyMac_OSErrException; /* Exception for OSErr */