[Python-Dev] Not able to do unregister a code

2011-09-15 Thread Jai Sharma
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 ___ Python-Dev mailing

Re: [Python-Dev] Not able to do unregister a code

2011-09-15 Thread Jai Sharma
, 2011 at 12:26 PM, Jai Sharma jai.u...@gmail.com wrote: 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