Searched refs:fpe_error (Results 1 – 2 of 2) sorted by relevance
46 static PyObject *fpe_error; variable183 fpe_error = PyErr_NewException("fpetest.error", NULL, NULL); in initfpetest()184 if (fpe_error != NULL) in initfpetest()185 PyDict_SetItemString(d, "error", fpe_error); in initfpetest()
92 static PyObject *fpe_error; variable296 fpe_error = PyErr_NewException("fpectl.error", NULL, NULL); in initfpectl()297 if (fpe_error != NULL) in initfpectl()298 PyDict_SetItemString(d, "error", fpe_error); in initfpectl()