On Thu, Mar 13, 2014 at 9:35 AM, Ian Kelly <ian.g.ke...@gmail.com> wrote:
> Or is it?
>
>>>> a = 1,2,3
>>>> gc.is_tracked(a)
> True
>>>> gc.collect()
> 0
>>>> gc.is_tracked(a)
> False

Huh, *that* is interesting!

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

Reply via email to