[Python-Dev] Unload a module written in C

Stefan Behnel stefan_ml at behnel.de
Fri Mar 25 10:24:20 CET 2011


"Martin v. Löwis", 25.03.2011 07:59:
>> Is there a bug somewhere, or do I misunderstood something important?
>
> Module unloading is simply not implemented, and would be very difficult
> to implement.

Are you saying that because objects instantiated from a module do not 
normally keep a reference to it to keep it alive?

Stefan



More information about the Python-Dev mailing list