Home
last modified time | relevance | path

Searched refs:emptyfrozenset (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Objects/
Dsetobject.c979 static PyObject *emptyfrozenset = NULL; variable
1003 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()
/external/python/cpython2/Objects/
Dsetobject.c1042 static PyObject *emptyfrozenset = NULL; variable
1070 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()
/external/python/cpython3/Tools/c-analyzer/
Dignored-globals.txt357 emptyfrozenset
DTODO163 Objects/setobject.c:emptyfrozenset static PyObject *emptyfrozenset
Dknown.tsv225 Objects/setobject.c - emptyfrozenset variable static PyObject *emptyfrozenset