[python-win32] loading and unloading python24.dll in an embeddedsituation

Michael Torrie torriem at chem.byu.edu
Fri Sep 29 02:11:15 CEST 2006


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
> 



More information about the Python-win32 mailing list