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 lemburg
Recipients brett.cannon, lemburg, ncoghlan, pitrou, vstinner, zach.ware
Date 2014-09-06.13:15:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <540B0904.9020508@egenix.com>
In-reply-to <1410008590.21.0.826619885725.issue22166@psf.upfronthosting.co.za>
Content
On 06.09.2014 15:03, Nick Coghlan wrote:
> A "codecs._forget_codec" helper in the C module would be all that was needed to handle it. Other implementations could then also use that to clear their own internal cache (if they have one).

If you want to take that approach, please call that function
codecs._clear_lookup_cache() and also add a new C API
_PyCodecRegistry_ClearLookupCache() to Python/codecs.c.

Thanks,
-- 
Marc-Andre Lemburg
eGenix.com
History
Date User Action Args
2014-09-06 13:15:57lemburgsetrecipients: + lemburg, brett.cannon, ncoghlan, pitrou, vstinner, zach.ware
2014-09-06 13:15:57lemburglinkissue22166 messages
2014-09-06 13:15:57lemburgcreate