On Fri, 2006-09-29 at 09:33 +1000, Mark Hammond wrote:
> > So my question is, is there any way to get these dlls unloaded?
> 
> Nope :(  Python loads libraries for extension modules, but never unloads
> them.
> 
> I'd suggest just never finalizing Python!

Hmm.  I'll have to look into that.  IT just might work since even though
my dll is unloaded, the python dll remains in memory (presumably in the
same state I left it).

If not, I guess I'll have to go down a different path.

Michael


> 
> Mark
> 

_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to