Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h50 PyObject *Eq_singleton; member
/third_party/python/Python/
DPython-ast.c64 Py_CLEAR(state->Eq_singleton); in _PyAST_Fini()
1627 state->Eq_singleton = PyType_GenericNew((PyTypeObject *)state->Eq_type, in init_types()
1629 if (!state->Eq_singleton) return 0; in init_types()
4742 Py_INCREF(state->Eq_singleton); in ast2obj_cmpop()
4743 return state->Eq_singleton; in ast2obj_cmpop()