Searched refs:BitAnd_singleton (Results 1 – 2 of 2) sorted by relevance
30 PyObject *BitAnd_singleton; member
44 Py_CLEAR(state->BitAnd_singleton); in _PyAST_Fini()1578 state->BitAnd_singleton = PyType_GenericNew((PyTypeObject in init_types()1581 if (!state->BitAnd_singleton) return 0; in init_types()4712 Py_INCREF(state->BitAnd_singleton); in ast2obj_operator()4713 return state->BitAnd_singleton; in ast2obj_operator()