commit | 4c5ecb7cbbb7b20e8c643addc092edf72e753e16 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Jan 09 21:40:55 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Jan 09 21:40:55 2009 +0000 |
tree | 81a4a73b9d9fe7aeb0a5c808d5a4fabfe0644f46 | |
parent | 0e2d8c36e3b52b7ff9d2926d1c2ad4be9df84710 [diff] |
Issue #4074: Change the criteria for doing a full garbage collection (i.e. collecting the oldest generation) so that allocating lots of objects without destroying them does not show quadratic performance. Based on a proposal by Martin von Löwis at http://mail.python.org/pipermail/python-dev/2008-June/080579.html.