reloading *.pyd modules (under windows)

dennis dennis at nospam.net
Thu Aug 22 14:06:31 EDT 2002


I would like to be able to reload *.pyd modules after I recompile
them, however, because the file is in use, it cannot be overwritten.
is there a call which can unload the DLL (.pyd) so that I may
overwrite it, then reload?

I know there are painful implications regarding references...
is this even possible?



More information about the Python-list mailing list