Searched refs:UAdd_singleton (Results 1 – 2 of 2) sorted by relevance
138 PyObject *UAdd_singleton; member
152 Py_CLEAR(state->UAdd_singleton); in _PyAST_Fini()1611 state->UAdd_singleton = PyType_GenericNew((PyTypeObject *)state->UAdd_type, in init_types()1613 if (!state->UAdd_singleton) return 0; in init_types()4730 Py_INCREF(state->UAdd_singleton); in ast2obj_unaryop()4731 return state->UAdd_singleton; in ast2obj_unaryop()