I'm extending Python with C, it seems as though initialization is easy 
enough with an init<moduleName>() function that all C extended python 
modules must provide that can serve as a sort of "module constructor".

Can C extended python modules provide any kind module destructor, so 
that whenever the module is unloaded some cleanup is run?

Thanks,

carl


-- 

Carl J. Van Arsdall
[EMAIL PROTECTED]
Build and Release
MontaVista Software

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to