Searched refs:Del_singleton (Results 1 – 2 of 2) sorted by relevance
43 PyObject *Del_singleton; member
57 Py_CLEAR(state->Del_singleton); in _PyAST_Fini()1476 state->Del_singleton = PyType_GenericNew((PyTypeObject *)state->Del_type, in init_types()1478 if (!state->Del_singleton) return 0; in init_types()4658 Py_INCREF(state->Del_singleton); in ast2obj_expr_context()4659 return state->Del_singleton; in ast2obj_expr_context()