Searched refs:gc_list (Results 1 – 2 of 2) sorted by relevance
305 append_objects(PyObject *py_list, PyGC_Head *gc_list) in append_objects() argument308 for (gc = gc_list->gc.gc_next; gc != gc_list; gc = gc->gc.gc_next) { in append_objects()
333 append_objects(PyObject *py_list, PyGC_Head *gc_list) in append_objects() argument336 for (gc = GC_NEXT(gc_list); gc != gc_list; gc = GC_NEXT(gc)) { in append_objects()