Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h63 PyObject *GtE_singleton; member
/third_party/python/Python/
DPython-ast.c77 Py_CLEAR(state->GtE_singleton); in _PyAST_Fini()
1657 state->GtE_singleton = PyType_GenericNew((PyTypeObject *)state->GtE_type, in init_types()
1659 if (!state->GtE_singleton) return 0; in init_types()
4757 Py_INCREF(state->GtE_singleton); in ast2obj_cmpop()
4758 return state->GtE_singleton; in ast2obj_cmpop()