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 ncoghlan
Recipients brett.cannon, ncoghlan, pitrou, vstinner, zach.ware
Date 2014-09-02.07:02:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409641349.58.0.654471798243.issue22166@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah, the unique name was a hack to deal with the fact I couldn't unregister anything.

As a simpler short term fix for the reference leak, perhaps it would be worth trying a call to "traceback.clear_frames(caught)" as a new final line in ExceptionChainingTest.assertWrapped?
History
Date User Action Args
2014-09-02 07:02:29ncoghlansetrecipients: + ncoghlan, brett.cannon, pitrou, vstinner, zach.ware
2014-09-02 07:02:29ncoghlansetmessageid: <1409641349.58.0.654471798243.issue22166@psf.upfronthosting.co.za>
2014-09-02 07:02:29ncoghlanlinkissue22166 messages
2014-09-02 07:02:29ncoghlancreate