This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients pitrou, python-dev, stw
Date 2012-05-28.20:31:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <E1SZ6b5-0007iX-BR@dinsdale.python.org>
In-reply-to
Content
New changeset 47e6217d0e84 by Antoine Pitrou in branch '3.2':
Issue #14775: Fix a potential quadratic dict build-up due to the garbage collector repeatedly trying to untrack dicts.
http://hg.python.org/cpython/rev/47e6217d0e84

New changeset 7951900afd00 by Antoine Pitrou in branch 'default':
Issue #14775: Fix a potential quadratic dict build-up due to the garbage collector repeatedly trying to untrack dicts.
http://hg.python.org/cpython/rev/7951900afd00

New changeset 6554ebbeb2f3 by Antoine Pitrou in branch '2.7':
Issue #14775: Fix a potential quadratic dict build-up due to the garbage collector repeatedly trying to untrack dicts.
http://hg.python.org/cpython/rev/6554ebbeb2f3
History
Date User Action Args
2012-05-28 20:31:25python-devsetrecipients: + python-dev, pitrou, stw
2012-05-28 20:31:24python-devlinkissue14775 messages
2012-05-28 20:31:24python-devcreate