Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h90 PyObject *Lt_singleton; member
/third_party/python/Python/
DPython-ast.c104 Py_CLEAR(state->Lt_singleton); in _PyAST_Fini()
1639 state->Lt_singleton = PyType_GenericNew((PyTypeObject *)state->Lt_type, in init_types()
1641 if (!state->Lt_singleton) return 0; in init_types()
4748 Py_INCREF(state->Lt_singleton); in ast2obj_cmpop()
4749 return state->Lt_singleton; in ast2obj_cmpop()