[Python-Dev] Garbage collector problem

Neil Schemenauer nas@python.ca
Fri, 28 Jun 2002 13:04:18 -0700


Another idea would be exploit the fact that we know most of the root
objects (e.g. sys.modules and the current stack of frames).  I haven't
figured out a good use for this knowledge though.  

  Neil