[New-bugs-announce] [issue2467] gc.DEBUG_STATS reports invalid "elapsed" times

Jean-Paul Calderone report at bugs.python.org
Sun Mar 23 18:49:34 CET 2008


New submission from Jean-Paul Calderone <exarkun at divmod.com>:

If gc.set_debug(gc.DEBUG_STATS) is enabled, collection will report
elapsed time as it progresses through collection.  However, the
reporting code clobbers the value it uses to compute the elapsed time,
so the value alternates between an almost correct valid and a completely
incorrect value.

----------
components: Interpreter Core
files: debug-stats.patch
keywords: patch
messages: 64372
nosy: exarkun
severity: normal
status: open
title: gc.DEBUG_STATS reports invalid "elapsed" times
type: behavior
versions: Python 2.5, Python 2.6
Added file: http://bugs.python.org/file9831/debug-stats.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2467>
__________________________________


More information about the New-bugs-announce mailing list