This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author exarkun
Recipients exarkun
Date 2008-03-23.17:49:33
SpamBayes Score 0.14167164
Marked as misclassified No
Message-id <1206294574.77.0.365865271112.issue2467@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-03-23 17:49:35exarkunsetspambayes_score: 0.141672 -> 0.14167164
recipients: + exarkun
2008-03-23 17:49:34exarkunsetspambayes_score: 0.141672 -> 0.141672
messageid: <1206294574.77.0.365865271112.issue2467@psf.upfronthosting.co.za>
2008-03-23 17:49:34exarkunlinkissue2467 messages
2008-03-23 17:49:33exarkuncreate