stw <sil...@googlemail.com> added the comment:

One other thing - python 2.7 added the is_tracked function to the gc module. As 
I understand it (from issue #4074) tuples of atomic types are supposed to be 
untracked. However, in python 2.7:

>>> gc.is_tracked((1, 2))
True
>>> gc.is_tracked("hello")
True

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14775>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to