Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_ast_state.h76 PyObject *IsNot_singleton; member
/third_party/python/Python/
DPython-ast.c90 Py_CLEAR(state->IsNot_singleton); in _PyAST_Fini()
1669 state->IsNot_singleton = PyType_GenericNew((PyTypeObject in init_types()
1671 if (!state->IsNot_singleton) return 0; in init_types()
4763 Py_INCREF(state->IsNot_singleton); in ast2obj_cmpop()
4764 return state->IsNot_singleton; in ast2obj_cmpop()