Searched refs:emptyfrozenset (Results 1 – 5 of 5) sorted by relevance
979 static PyObject *emptyfrozenset = NULL; variable1003 if (emptyfrozenset == NULL) { in make_new_frozenset()1004 emptyfrozenset = make_new_set((PyTypeObject *)type, NULL); in make_new_frozenset()1006 Py_XINCREF(emptyfrozenset); in make_new_frozenset()1007 return emptyfrozenset; in make_new_frozenset()2305 Py_CLEAR(emptyfrozenset); in _PySet_Fini()
1042 static PyObject *emptyfrozenset = NULL; variable1070 if (emptyfrozenset == NULL) in frozenset_new()1071 emptyfrozenset = make_new_set(type, NULL); in frozenset_new()1072 Py_XINCREF(emptyfrozenset); in frozenset_new()1073 return emptyfrozenset; in frozenset_new()1087 Py_CLEAR(emptyfrozenset); in PySet_Fini()
357 emptyfrozenset
163 Objects/setobject.c:emptyfrozenset static PyObject *emptyfrozenset
225 Objects/setobject.c - emptyfrozenset variable static PyObject *emptyfrozenset