Message 78011 - Python tracker
IIUC, you try to find various places where tuples are created, and check whether they create tuples that don't need tracking. I think this approach is difficult to maintain, and also may miss some objects. I'd rather see that integrated into collection: e.g. when iterating over survivors of a collection, check whether they can be untracked.