Searched refs:ErrorObject (Results 1 – 3 of 3) sorted by relevance
19 static PyObject *ErrorObject; variable365 if (ErrorObject == NULL) { in xx_exec()366 ErrorObject = PyErr_NewException("xx.error", NULL, NULL); in xx_exec()367 if (ErrorObject == NULL) in xx_exec()370 Py_INCREF(ErrorObject); in xx_exec()371 PyModule_AddObject(m, "error", ErrorObject); in xx_exec()
14 static PyObject *ErrorObject; variable256 if (ErrorObject == NULL) { in xx_modexec()257 ErrorObject = PyErr_NewException("xxlimited.error", NULL, NULL); in xx_modexec()258 if (ErrorObject == NULL) in xx_modexec()261 Py_INCREF(ErrorObject); in xx_modexec()262 PyModule_AddObject(m, "error", ErrorObject); in xx_modexec()
2414 Modules/pyexpat.c - ErrorObject -2419 Modules/xxlimited.c - ErrorObject -2420 Modules/xxmodule.c - ErrorObject -