Searched refs:Hash_InfoType (Results 1 – 2 of 2) sorted by relevance
1363 static PyTypeObject Hash_InfoType; variable1399 hash_info = PyStructSequence_New(&Hash_InfoType); in get_hash_info()2833 if (Hash_InfoType.tp_name == NULL) { in _PySys_InitCore()2834 if (PyStructSequence_InitType2(&Hash_InfoType, &hash_info_desc) < 0) { in _PySys_InitCore()
915 Python/sysmodule.c:Hash_InfoType static PyTypeObject Hash_InfoType