Hi, <br><br>I am facing a memory leaking issue with codecs. I make my own ABC class and register it with codes.<br><br>import codecs<br>codecs.register(ABC)<br><br>but I am not able to remove ABC from memory. Is there any alternative to do that. <br>
<br>Thanks <br><br><br><br>