At module dead

Brian Quinlan brian at sweetapp.com
Sat Jan 26 13:34:09 EST 2002


> Hello,
> 
> 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 ???

I would assume that you are referring to extension modules? There is no
module "destructor" because Python never unloads extension modules.

Cheers,
Brian





More information about the Python-list mailing list