Searched refs:Int_InfoType (Results 1 – 3 of 3) sorted by relevance
5693 static PyTypeObject Int_InfoType; variable5721 int_info = PyStructSequence_New(&Int_InfoType); in PyLong_GetInfo()5775 if (Int_InfoType.tp_name == NULL) { in _PyLong_InitTypes()5776 if (PyStructSequence_InitType2(&Int_InfoType, &int_info_desc) < 0) { in _PyLong_InitTypes()
859 Objects/longobject.c:Int_InfoType static PyTypeObject Int_InfoType
1640 Objects/longobject.c - Int_InfoType -