Home
last modified time | relevance | path

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

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