[Python-Dev] Re: DEBUG_SAVEALL feature for gc not in 2.0b1?

Neil Schemenauer nascheme@enme.ucalgary.ca
Fri, 1 Sep 2000 15:36:12 -0600


On Fri, Sep 01, 2000 at 11:08:14PM +0200, Vladimir Marangozov wrote:
> Also, I support the idea of exporting the collected garbage for
> debugging -- haven't looked at the patch though. Is it possible
> to collect it subsequently?

No.  Once objects are in gc.garbage they are back under the users
control.  How do you see things working otherwise?

  Neil