[python-win32] loading and unloading python24.dll in an embeddedsituation
Mark Hammond
mhammond at skippinet.com.au
Fri Sep 29 01:33:00 CEST 2006
> 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!
Mark
More information about the Python-win32
mailing list