Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dlongobject.c6102 static PyTypeObject Int_InfoType; variable
6130 int_info = PyStructSequence_New(&Int_InfoType); in PyLong_GetInfo()
6170 if (Int_InfoType.tp_name == NULL) { in _PyLong_InitTypes()
6171 if (PyStructSequence_InitType2(&Int_InfoType, &int_info_desc) < 0) { in _PyLong_InitTypes()
6191 _PyStructSequence_FiniType(&Int_InfoType); in _PyLong_FiniTypes()

Completed in 8 milliseconds