Searched refs:LShift_singleton (Results 1 – 2 of 2) sorted by relevance
81 PyObject *LShift_singleton; member
95 Py_CLEAR(state->LShift_singleton); in _PyAST_Fini()1548 state->LShift_singleton = PyType_GenericNew((PyTypeObject in init_types()1551 if (!state->LShift_singleton) return 0; in init_types()4700 Py_INCREF(state->LShift_singleton); in ast2obj_operator()4701 return state->LShift_singleton; in ast2obj_operator()