Reloading on the fly: was: Re: Python Productivity over C++

Travis Oliphant olipt at mayo.edu
Sat Jun 10 01:36:06 EDT 2000


While on the subject of reloading...

I'm not sure if you covered this already, but what if I have an extension
module written in C that is already loaded in memory.

If I change the extension module and recompile it.  Is there a way to get
python to reload the new extension module.  I've tried to do it but always
get a segmentation fault.

-Travis





More information about the Python-list mailing list