Searched refs:Pow_singleton (Results 1 – 2 of 2) sorted by relevance
120 PyObject *Pow_singleton; member
134 Py_CLEAR(state->Pow_singleton); in _PyAST_Fini()1541 state->Pow_singleton = PyType_GenericNew((PyTypeObject *)state->Pow_type, in init_types()1543 if (!state->Pow_singleton) return 0; in init_types()4697 Py_INCREF(state->Pow_singleton); in ast2obj_operator()4698 return state->Pow_singleton; in ast2obj_operator()