Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_ast_state.h67 PyObject *Gt_singleton; member
/third_party/python/Python/
H A DPython-ast.c80 Py_CLEAR(state->Gt_singleton); in _PyAST_Fini()
1664 state->Gt_singleton = PyType_GenericNew((PyTypeObject *)state->Gt_type, in init_types()
1666 if (!state->Gt_singleton) return 0; in init_types()
4837 Py_INCREF(state->Gt_singleton); in ast2obj_cmpop()
4838 return state->Gt_singleton; in ast2obj_cmpop()

Completed in 15 milliseconds