Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h132 PyObject *Store_singleton; member
/third_party/python/Python/
H A DPython-ast.c145 Py_CLEAR(state->Store_singleton); in _PyAST_Fini()
1483 state->Store_singleton = PyType_GenericNew((PyTypeObject in init_types()
1485 if (!state->Store_singleton) return 0; in init_types()
4738 Py_INCREF(state->Store_singleton); in ast2obj_expr_context()
4739 return state->Store_singleton; in ast2obj_expr_context()

Completed in 16 milliseconds