Home
last modified time | relevance | path

Searched refs:gc_str (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/
Dgcmodule.c61 static PyObject *gc_str = NULL; variable
1021 if (gc_str == NULL) in collect()
1022 gc_str = PyString_FromString("garbage collection"); in collect()
1023 PyErr_WriteUnraisable(gc_str); in collect()
/external/python/cpython3/Modules/
Dgcmodule.c46 static PyObject *gc_str = NULL; variable
958 if (gc_str == NULL) in collect()
959 gc_str = PyUnicode_FromString("garbage collection"); in collect()
960 PyErr_WriteUnraisable(gc_str); in collect()
/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt80 gc_str