Searched refs:tmptype (Results 1 – 1 of 1) sorted by relevance
2475 PyTypeObject *tmptype; in _PyType_CalculateMetaclass() local2486 tmptype = Py_TYPE(tmp); in _PyType_CalculateMetaclass()2487 if (PyType_IsSubtype(winner, tmptype)) in _PyType_CalculateMetaclass()2489 if (PyType_IsSubtype(tmptype, winner)) { in _PyType_CalculateMetaclass()2490 winner = tmptype; in _PyType_CalculateMetaclass()