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ć


--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to