question about the GC implementation

Francis Moreau francis.moro at gmail.com
Fri Oct 2 11:20:00 EDT 2009


Hello,

I'm looking at gcmodule.c and in move_unreachable() function, the code
assumes that if an object has its gc.gc_refs stuff to 0 then it *may*
be unreachable.

How can an object tagged as unreachable could suddenly become
reachable later ?

Thanks



More information about the Python-list mailing list