commit | 350c394c87b1bf19f6aeaf5e5fb63e446b9fd78d | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun May 02 19:59:51 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun May 02 19:59:51 2010 +0000 |
tree | ad5a15563dbc9163954b850f0f56162a85591bd4 | |
parent | 697cd216650f80884f54b50a384eb59696f78384 [diff] |
Merged revisions 80704 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80704 | antoine.pitrou | 2010-05-02 21:51:14 +0200 (dim., 02 mai 2010) | 4 lines Issue #4687: Fix accuracy of garbage collection runtimes displayed with gc.DEBUG_STATS. ........