Searched refs:PyRecursingInfinitelyError_Type (Results 1 – 2 of 2) sorted by relevance
6269 static PyTypeObject PyRecursingInfinitelyError_Type = { variable6313 PyObject *type = (PyObject *)&PyRecursingInfinitelyError_Type; in recurse_infinitely_error_init()7233 PyRecursingInfinitelyError_Type.tp_base = (PyTypeObject *)PyExc_Exception; in PyInit__testcapi()7234 if (PyType_Ready(&PyRecursingInfinitelyError_Type) < 0) { in PyInit__testcapi()7237 Py_INCREF(&PyRecursingInfinitelyError_Type); in PyInit__testcapi()7239 (PyObject *)&PyRecursingInfinitelyError_Type); in PyInit__testcapi()
140 Modules/_testcapimodule.c - PyRecursingInfinitelyError_Type -