Searched refs:Store_singleton (Results 1 – 2 of 2) sorted by relevance
130 PyObject *Store_singleton; member
144 Py_CLEAR(state->Store_singleton); in _PyAST_Fini()1470 state->Store_singleton = PyType_GenericNew((PyTypeObject in init_types()1472 if (!state->Store_singleton) return 0; in init_types()4655 Py_INCREF(state->Store_singleton); in ast2obj_expr_context()4656 return state->Store_singleton; in ast2obj_expr_context()