Searched refs:Load_singleton (Results 1 – 8 of 8) sorted by relevance
88 PyObject *Load_singleton; member
274 static PyObject *Load_singleton, *Store_singleton, *Del_singleton, variable792 Load_singleton = PyType_GenericNew(Load_type, NULL, NULL); in init_types()793 if (!Load_singleton) return 0; in init_types()2936 Py_INCREF(Load_singleton); in ast2obj_expr_context()2937 return Load_singleton; in ast2obj_expr_context()
101 Py_CLEAR(state->Load_singleton); in _PyAST_Fini()1476 state->Load_singleton = PyType_GenericNew((PyTypeObject *)state->Load_type, in init_types()1478 if (!state->Load_singleton) return 0; in init_types()4735 Py_INCREF(state->Load_singleton); in ast2obj_expr_context()4736 return state->Load_singleton; in ast2obj_expr_context()
5309 …<var-decl name='Load_singleton' type-id='type-id-14' visibility='default' filepath='./Include/inte…