Searched refs:wrcb_to_call (Results 1 – 1 of 1) sorted by relevance
763 PyGC_Head wrcb_to_call; /* weakrefs with callbacks to call */ in handle_weakrefs() local767 gc_list_init(&wrcb_to_call); in handle_weakrefs()868 gc_list_move(wrasgc, &wrcb_to_call); in handle_weakrefs()875 while (! gc_list_is_empty(&wrcb_to_call)) { in handle_weakrefs()879 gc = (PyGC_Head*)wrcb_to_call._gc_next; in handle_weakrefs()905 if (wrcb_to_call._gc_next == (uintptr_t)gc) { in handle_weakrefs()