Searched refs:Load_singleton (Results 1 – 2 of 2) sorted by relevance
86 PyObject *Load_singleton; member
100 Py_CLEAR(state->Load_singleton); in _PyAST_Fini()1463 state->Load_singleton = PyType_GenericNew((PyTypeObject *)state->Load_type, in init_types()1465 if (!state->Load_singleton) return 0; in init_types()4652 Py_INCREF(state->Load_singleton); in ast2obj_expr_context()4653 return state->Load_singleton; in ast2obj_expr_context()