Pablo Galindo Salgado <pablog...@gmail.com> added the comment:

I forgot to mention the conclusion: my conclusion is that although the GC is 
resilient to these shenanigans (it was also extensive validation along with the 
algorithm), I still prefer to track it on the next() call because is 
technically the right thing to do: A tuple has been mutated so it must be 
(potentially) tracked because it needs to behave "AS IF" the tuple was being 
created from scratch.

----------

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

Reply via email to