Searched refs:Int_InfoType (Results 1 – 3 of 3) sorted by relevance
5666 static PyTypeObject Int_InfoType; variable5692 int_info = PyStructSequence_New(&Int_InfoType); in PyLong_GetInfo()5731 if (Int_InfoType.tp_name == NULL) { in _PyLong_InitTypes()5732 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 -