What does gc.get_objects() return?

Jurko Gospodnetić jurko.gospodnetic at pke.hr
Thu Mar 13 08:36:48 EDT 2014


   Hi.

On 12.3.2014. 23:40, Ian Kelly wrote:
>> Or is it?
>>
>>>>> a = 1,2,3
>>>>> gc.is_tracked(a)
>> True
>>>>> gc.collect()
>> 0
>>>>> gc.is_tracked(a)
>> False

   Ufff.. nice one :-D

   Best regards,
     Jurko Gospodnetić





More information about the Python-list mailing list