Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dgcmodule.c61 static PyObject *gc_str = NULL; variable
1024 if (gc_str == NULL) in collect()
1025 gc_str = PyString_FromString("garbage collection"); in collect()
1026 PyErr_WriteUnraisable(gc_str); in collect()