Searched refs:Eq_singleton (Results 1 – 2 of 2) sorted by relevance
50 PyObject *Eq_singleton; member
64 Py_CLEAR(state->Eq_singleton); in _PyAST_Fini()1627 state->Eq_singleton = PyType_GenericNew((PyTypeObject *)state->Eq_type, in init_types()1629 if (!state->Eq_singleton) return 0; in init_types()4742 Py_INCREF(state->Eq_singleton); in ast2obj_cmpop()4743 return state->Eq_singleton; in ast2obj_cmpop()