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 pitrou
Recipients pitrou, rbcollins
Date 2014-10-30.11:03:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414667017.12.0.201672938173.issue22764@psf.upfronthosting.co.za>
In-reply-to
Content
> 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

The best way to check would be to revert the case.py changes in 6ab3193e890e. My intuition is that the test would then fail, but succeed with your changes.
History
Date User Action Args
2014-10-30 11:03:37pitrousetrecipients: + pitrou, rbcollins
2014-10-30 11:03:37pitrousetmessageid: <1414667017.12.0.201672938173.issue22764@psf.upfronthosting.co.za>
2014-10-30 11:03:37pitroulinkissue22764 messages
2014-10-30 11:03:37pitroucreate