]> granicus.if.org Git - python/commit
Merged revisions 68462 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 9 Jan 2009 22:27:08 +0000 (22:27 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 9 Jan 2009 22:27:08 +0000 (22:27 +0000)
commit14b78f5fc54fa96a084b26597ede891e88b9fc05
treeed2fed7abcc9952241c72ea71bd4ac63cf8de122
parent9169641b8b2995abb651826887773eb12cbf6064
Merged revisions 68462 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r68462 | antoine.pitrou | 2009-01-09 22:40:55 +0100 (ven., 09 janv. 2009) | 6 lines

  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.
........
Misc/NEWS
Modules/gcmodule.c