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, lemburg, ncoghlan, pitrou, serhiy.storchaka, vstinner, zach.ware
Date 2014-09-06.19:14:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7fYOM=9q5jjHNpoq7PDft9TY2zwF0nndy+CGABow4eD4g@mail.gmail.com>
In-reply-to <1410019579.24.0.588319831803.issue22166@psf.upfronthosting.co.za>
Content
This investigation also showed why the original tests that used a
non-unique name didn't work: the codec was getting cached the first time
through and hence not seeing the different codecs registered by other tests.

MAL, my plan was to provide an API to forget a specific named codec rather
than flush the whole cache. I agree a private C API would also be a good
idea, though.
History
Date User Action Args
2014-09-06 19:14:09ncoghlansetrecipients: + ncoghlan, lemburg, brett.cannon, pitrou, vstinner, zach.ware, serhiy.storchaka
2014-09-06 19:14:09ncoghlanlinkissue22166 messages
2014-09-06 19:14:08ncoghlancreate