Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testcapimodule.c5153 static PyTypeObject PyRecursingInfinitelyError_Type = { variable
5197 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()