Searched refs:NotEq_singleton (Results 1 – 4 of 4) sorted by relevance
111 PyObject *NotEq_singleton; member
332 static PyObject *Eq_singleton, *NotEq_singleton, *Lt_singleton, *LtE_singleton, variable915 NotEq_singleton = PyType_GenericNew(NotEq_type, NULL, NULL); in init_types()916 if (!NotEq_singleton) return 0; in init_types()3107 Py_INCREF(NotEq_singleton); in ast2obj_cmpop()3108 return NotEq_singleton; in ast2obj_cmpop()
125 Py_CLEAR(state->NotEq_singleton); in _PyAST_Fini()1633 state->NotEq_singleton = PyType_GenericNew((PyTypeObject in init_types()1635 if (!state->NotEq_singleton) return 0; in init_types()4745 Py_INCREF(state->NotEq_singleton); in ast2obj_cmpop()4746 return state->NotEq_singleton; in ast2obj_cmpop()
6503 …<var-decl name='NotEq_singleton' type-id='type-id-16' visibility='default' filepath='./Include/int…