Searched refs:Mod_singleton (Results 1 – 2 of 2) sorted by relevance
105 PyObject *Mod_singleton; member
118 Py_CLEAR(state->Mod_singleton); in _PyAST_Fini()1548 state->Mod_singleton = PyType_GenericNew((PyTypeObject *)state->Mod_type, in init_types()1550 if (!state->Mod_singleton) return 0; in init_types()4777 Py_INCREF(state->Mod_singleton); in ast2obj_operator()4778 return state->Mod_singleton; in ast2obj_operator()