Searched refs:PyRecursingInfinitelyError_Type (Results 1 – 2 of 2) sorted by relevance
7094 static PyTypeObject PyRecursingInfinitelyError_Type = { variable7138 PyObject *type = (PyObject *)&PyRecursingInfinitelyError_Type; in recurse_infinitely_error_init()8089 PyRecursingInfinitelyError_Type.tp_base = (PyTypeObject *)PyExc_Exception; in PyInit__testcapi()8090 if (PyType_Ready(&PyRecursingInfinitelyError_Type) < 0) { in PyInit__testcapi()8093 Py_INCREF(&PyRecursingInfinitelyError_Type); in PyInit__testcapi()8095 (PyObject *)&PyRecursingInfinitelyError_Type); in PyInit__testcapi()
149 Modules/_testcapimodule.c - PyRecursingInfinitelyError_Type -