Home
last modified time | relevance | path

Searched refs:Load_singleton (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/internal/
Dpycore_ast_state.h86 PyObject *Load_singleton; member
/third_party/python/Python/
DPython-ast.c100 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()