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 vstinner
Recipients brett.cannon, ncoghlan, vstinner, zach.ware
Date 2014-09-02.00:36:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409618177.06.0.0477784184549.issue22166@psf.upfronthosting.co.za>
In-reply-to
Content
ExceptionChainingTest creates a random codec name. If you change the codec name to a fixed string like "xxx", ExceptionChainingTest.test_raise_by_type() doesn't leak anymore (when  test_codecs_fix1.patch is applied), but other tests start to fail.

We should maybe enhance the codecs API to be able to unregister a codec?
History
Date User Action Args
2014-09-02 00:36:17vstinnersetrecipients: + vstinner, brett.cannon, ncoghlan, zach.ware
2014-09-02 00:36:17vstinnersetmessageid: <1409618177.06.0.0477784184549.issue22166@psf.upfronthosting.co.za>
2014-09-02 00:36:16vstinnerlinkissue22166 messages
2014-09-02 00:36:16vstinnercreate