Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dxxmodule.c19 static PyObject *ErrorObject; variable
365 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()
Dxxlimited_35.c14 static PyObject *ErrorObject; variable
256 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()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2414 Modules/pyexpat.c - ErrorObject -
2419 Modules/xxlimited.c - ErrorObject -
2420 Modules/xxmodule.c - ErrorObject -