Searched refs:GtE_singleton (Results 1 – 2 of 2) sorted by relevance
63 PyObject *GtE_singleton; member
77 Py_CLEAR(state->GtE_singleton); in _PyAST_Fini()1657 state->GtE_singleton = PyType_GenericNew((PyTypeObject *)state->GtE_type, in init_types()1659 if (!state->GtE_singleton) return 0; in init_types()4757 Py_INCREF(state->GtE_singleton); in ast2obj_cmpop()4758 return state->GtE_singleton; in ast2obj_cmpop()