Searched refs:And_singleton (Results 1 – 2 of 2) sorted by relevance
18 PyObject *And_singleton; member
32 Py_CLEAR(state->And_singleton); in _PyAST_Fini()1486 state->And_singleton = PyType_GenericNew((PyTypeObject *)state->And_type, in init_types()1488 if (!state->And_singleton) return 0; in init_types()4667 Py_INCREF(state->And_singleton); in ast2obj_boolop()4668 return state->And_singleton; in ast2obj_boolop()