Home
last modified time | relevance | path

Searched refs:wrcb_to_call (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A Dgcmodule.c759 PyGC_Head wrcb_to_call; /* weakrefs with callbacks to call */ in handle_weakrefs() local
763 gc_list_init(&wrcb_to_call); in handle_weakrefs()
766 * also has a callback, move it into `wrcb_to_call` if the callback in handle_weakrefs()
770 * make another pass over wrcb_to_call, invoking callbacks, after this in handle_weakrefs()
803 * that must be called into wrcb_to_call. in handle_weakrefs()
846 * is moved to wrcb_to_call in this case. in handle_weakrefs()
859 /* Move wr to wrcb_to_call, for the next pass. */ in handle_weakrefs()
864 gc_list_move(wrasgc, &wrcb_to_call); in handle_weakrefs()
871 while (! gc_list_is_empty(&wrcb_to_call)) { in handle_weakrefs()
875 gc = (PyGC_Head*)wrcb_to_call in handle_weakrefs()
[all...]

Completed in 4 milliseconds