Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dgcmodule.c308 PyGC_Head *from_tail = GC_PREV(from); in gc_list_merge() local
310 assert(from_tail != from); in gc_list_merge()
315 _PyGCHead_SET_NEXT(from_tail, to); in gc_list_merge()
316 _PyGCHead_SET_PREV(to, from_tail); in gc_list_merge()