Searched refs:Int_InfoType (Results 1 – 3 of 3) sorted by relevance
5714 static PyTypeObject Int_InfoType; variable5740 int_info = PyStructSequence_New(&Int_InfoType); in PyLong_GetInfo()5786 if (Int_InfoType.tp_name == NULL) { in _PyLong_Init()5787 if (PyStructSequence_InitType2(&Int_InfoType, &int_info_desc) < 0) { in _PyLong_Init()
864 Objects/longobject.c:Int_InfoType static PyTypeObject Int_InfoType
377 Objects/longobject.c - Int_InfoType variable static PyTypeObject Int_InfoType