At module dead

Jason Orendorff jason at jorendorff.com
Sat Jan 26 13:27:23 EST 2002


dag4004 writes:
> Is there a function whic is called when a module is
> deleted.
> 
> iniModuleName : is called at start up, it is a kind
> of constructor.
> 
> Is there a module destructor ???

C extension modules are never unloaded.  So: no.

## Jason Orendorff    http://www.jorendorff.com/




More information about the Python-list mailing list