Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dgcmodule.c304 PyGC_Head *from_tail = GC_PREV(from); in gc_list_merge() local
306 assert(from_tail != from); in gc_list_merge()
311 _PyGCHead_SET_NEXT(from_tail, to); in gc_list_merge()
312 _PyGCHead_SET_PREV(to, from_tail); in gc_list_merge()

Completed in 4 milliseconds