commit | 621601a698a285a45231a6fd223db33566dcb842 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Dec 17 23:18:19 2008 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Dec 17 23:18:19 2008 +0000 |
tree | 599d9762253146dd3ca719dbd77e1ec6e868bedb | |
parent | 54bc1ec4c7689ceab900f453fdd4c8cf5a308e59 [diff] |
Merged revisions 67832 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67832 | antoine.pitrou | 2008-12-17 23:46:54 +0100 (mer., 17 déc. 2008) | 4 lines Issue #2467: gc.DEBUG_STATS reports invalid elapsed times. Patch by Neil Schemenauer, very slightly modified. ........