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>