Searched refs:Int_InfoType (Results 1 – 1 of 1) sorted by relevance
5422 static PyTypeObject Int_InfoType; variable5448 int_info = PyStructSequence_New(&Int_InfoType); in PyLong_GetInfo()5502 if (Int_InfoType.tp_name == NULL) { in _PyLong_Init()5503 if (PyStructSequence_InitType2(&Int_InfoType, &int_info_desc) < 0) in _PyLong_Init()