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 r.david.murray
Recipients gregory.p.smith, jnoller, kristjan.jonsson, r.david.murray
Date 2009-10-10.00:55:10
SpamBayes Score 8.606007e-06
Marked as misclassified No
Message-id <1255136111.96.0.0260334808461.issue7060@psf.upfronthosting.co.za>
In-reply-to
Content
Benjamin tried reverting the weakref patch, but that didn't fix it. 
Turns out the problem is the other patch in that merge, that adds saving
of the exception to AssertRaises.  Adding Kristjan as that was his patch.
(The tests pass with the weakref patch applied and the unittest patch
reverted, by the way.)
History
Date User Action Args
2009-10-10 00:55:12r.david.murraysetrecipients: + r.david.murray, gregory.p.smith, kristjan.jonsson, jnoller
2009-10-10 00:55:11r.david.murraysetmessageid: <1255136111.96.0.0260334808461.issue7060@psf.upfronthosting.co.za>
2009-10-10 00:55:10r.david.murraylinkissue7060 messages
2009-10-10 00:55:10r.david.murraycreate