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