New submission from Jean-Paul Calderone <[EMAIL PROTECTED]>:

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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2467>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to