Searched refs:PyRecursingInfinitelyError_Type (Results 1 – 1 of 1) sorted by relevance
5153 static PyTypeObject PyRecursingInfinitelyError_Type = { variable5197 PyObject *type = (PyObject *)&PyRecursingInfinitelyError_Type; in recurse_infinitely_error_init()5329 PyRecursingInfinitelyError_Type.tp_base = (PyTypeObject *)PyExc_Exception; in PyInit__testcapi()5330 if (PyType_Ready(&PyRecursingInfinitelyError_Type) < 0) { in PyInit__testcapi()5333 Py_INCREF(&PyRecursingInfinitelyError_Type); in PyInit__testcapi()5335 (PyObject *)&PyRecursingInfinitelyError_Type); in PyInit__testcapi()