Antoine Pitrou <[email protected]> added the comment: > Also, am I right in thinking that whether a container gets untracked or > not depends not only on its contents, but also on the order of the > objects in the gc list? That is, all of the contents of a container > must get untracked before the container is considered.
Indeed, and it could explain the difference in behaviour between the memo dict and the other dict. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue14775> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
