[Python-Dev] Re: DEBUG_SAVEALL feature for gc not in 2.0b1?
Skip Montanaro
skip@mojam.com (Skip Montanaro)
Fri, 1 Sep 2000 17:08:05 -0500 (CDT)
>>>>> "Neil" == Neil Schemenauer <nascheme@enme.ucalgary.ca> writes:
Neil> 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?
Neil> No. Once objects are in gc.garbage they are back under the users
Neil> control. How do you see things working otherwise?
Can't you just turn off gc.DEBUG_SAVEALL and reinitialize gc.garbage to []?
Skip