Searched refs:IsNot_singleton (Results 1 – 2 of 2) sorted by relevance
76 PyObject *IsNot_singleton; member
90 Py_CLEAR(state->IsNot_singleton); in _PyAST_Fini()1669 state->IsNot_singleton = PyType_GenericNew((PyTypeObject in init_types()1671 if (!state->IsNot_singleton) return 0; in init_types()4763 Py_INCREF(state->IsNot_singleton); in ast2obj_cmpop()4764 return state->IsNot_singleton; in ast2obj_cmpop()