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-06.13:03:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410008590.21.0.826619885725.issue22166@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah, I'm wary of the GC hack as well. It's a nice way to prove that this the internal cache is the problem, but probably not something we want to commit.

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).
History
Date User Action Args
2014-09-06 13:03:10ncoghlansetrecipients: + ncoghlan, brett.cannon, pitrou, vstinner, zach.ware
2014-09-06 13:03:10ncoghlansetmessageid: <1410008590.21.0.826619885725.issue22166@psf.upfronthosting.co.za>
2014-09-06 13:03:10ncoghlanlinkissue22166 messages
2014-09-06 13:03:10ncoghlancreate