Antoine Pitrou <pit...@free.fr> added the comment: > > I'd rather see that integrated into collection: e.g. when iterating over > > survivors of a collection, check whether they can be untracked. > > That's what I had tried at first, but it crashes.
To be clearer, I tried adding it to the tp_traverse method of tuples. I could try to add it to the collection machinery in gcmodule.c instead. _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue4688> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com