Searched refs:gc_str (Results 1 – 3 of 3) sorted by relevance
61 static PyObject *gc_str = NULL; variable1021 if (gc_str == NULL) in collect()1022 gc_str = PyString_FromString("garbage collection"); in collect()1023 PyErr_WriteUnraisable(gc_str); in collect()
46 static PyObject *gc_str = NULL; variable958 if (gc_str == NULL) in collect()959 gc_str = PyUnicode_FromString("garbage collection"); in collect()960 PyErr_WriteUnraisable(gc_str); in collect()
80 gc_str