Searched refs:Not_singleton (Results 1 – 2 of 2) sorted by relevance
115 PyObject *Not_singleton; member
129 Py_CLEAR(state->Not_singleton); in _PyAST_Fini()1605 state->Not_singleton = PyType_GenericNew((PyTypeObject *)state->Not_type, in init_types()1607 if (!state->Not_singleton) return 0; in init_types()4727 Py_INCREF(state->Not_singleton); in ast2obj_unaryop()4728 return state->Not_singleton; in ast2obj_unaryop()