Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dlongobject.c5422 static PyTypeObject Int_InfoType; variable
5448 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()