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 kristjan.jonsson
Recipients benjamin.peterson, gregory.p.smith, jnoller, kristjan.jonsson, pitrou, r.david.murray
Date 2009-10-11.12:06:47
SpamBayes Score 0.00041605136
Marked as misclassified No
Message-id <1255262808.64.0.3552806266.issue7060@psf.upfronthosting.co.za>
In-reply-to
Content
The unittest only keeps an exception _object_ around, not the associated 
traceback.  There should be no frames and thus reference cycles associated 
with this.
I agree that the problem should be tackled, rather than swept under the 
carpet like a revert does.
History
Date User Action Args
2009-10-11 12:06:48kristjan.jonssonsetrecipients: + kristjan.jonsson, gregory.p.smith, pitrou, benjamin.peterson, jnoller, r.david.murray
2009-10-11 12:06:48kristjan.jonssonsetmessageid: <1255262808.64.0.3552806266.issue7060@psf.upfronthosting.co.za>
2009-10-11 12:06:47kristjan.jonssonlinkissue7060 messages
2009-10-11 12:06:47kristjan.jonssoncreate