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 rbcollins
Recipients pitrou, rbcollins
Date 2014-10-30.11:00:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414666811.01.0.92439665388.issue22764@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm? I must have misunderstood the test. Here's my understanding: the test is testing that a an object ref only held in the traceback object of the exception is cleaned up such that it can be collected. In a refcount system that collection is immediate, in a gc world its after the next gc run.

Ah, perhaps the test was flawed to start with, since no effort is made in it to capture the error and then process it. If we pass a result in, the traceback will have a ref and gc.collect() can't possibly be discarding the entire structure.
History
Date User Action Args
2014-10-30 11:00:11rbcollinssetrecipients: + rbcollins, pitrou
2014-10-30 11:00:11rbcollinssetmessageid: <1414666811.01.0.92439665388.issue22764@psf.upfronthosting.co.za>
2014-10-30 11:00:10rbcollinslinkissue22764 messages
2014-10-30 11:00:10rbcollinscreate