Home
last modified time | relevance | path

Searched refs:Error_Type (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A Dxxlimited.c75 PyObject *Error_Type; // Error class member
362 state->Error_Type = PyErr_NewException("xxlimited.Error", NULL, NULL); in xx_modexec()
363 if (state->Error_Type == NULL) { in xx_modexec()
366 if (PyModule_AddType(m, (PyTypeObject*)state->Error_Type) < 0) { in xx_modexec()
405 Py_VISIT(state->Error_Type); in xx_traverse()
414 Py_CLEAR(state->Error_Type); in xx_clear()

Completed in 1 milliseconds