[Python-Dev] Not able to do unregister a code
Jai Sharma
jai.unix at gmail.com
Thu Sep 15 08:56:54 CEST 2011
Hi,
I am facing a memory leaking issue with codecs. I make my own ABC class and
register it with codes.
import codecs
codecs.register(ABC)
but I am not able to remove ABC from memory. Is there any alternative to do
that.
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20110915/68693606/attachment.html>
More information about the Python-Dev
mailing list