Searched refs:Is_singleton (Results 1 – 2 of 2) sorted by relevance
78 PyObject *Is_singleton; member
92 Py_CLEAR(state->Is_singleton); in _PyAST_Fini()1663 state->Is_singleton = PyType_GenericNew((PyTypeObject *)state->Is_type, in init_types()1665 if (!state->Is_singleton) return 0; in init_types()4760 Py_INCREF(state->Is_singleton); in ast2obj_cmpop()4761 return state->Is_singleton; in ast2obj_cmpop()