Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dgcmodule.c214 #define IS_REACHABLE(o) ((AS_GC(o))->gc.gc_refs == GC_REACHABLE) macro
681 assert(IS_REACHABLE(wr)); in handle_weakrefs()
706 assert(IS_REACHABLE(op)); in handle_weakrefs()