Searched refs:emptyfrozenset (Results 1 – 2 of 2) sorted by relevance
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()
1043 static PyObject *emptyfrozenset = NULL; variable1071 if (emptyfrozenset == NULL) in frozenset_new()1072 emptyfrozenset = make_new_set(type, NULL); in frozenset_new()1073 Py_XINCREF(emptyfrozenset); in frozenset_new()1074 return emptyfrozenset; in frozenset_new()1088 Py_CLEAR(emptyfrozenset); in PySet_Fini()