[Pythonmac-SIG] Reloading C extension modules ??

Louis M. Pecora pecora@anvil.nrl.navy.mil
Thu, 20 Apr 2000 13:54:04 -0400


Anyone know anything about reloading C extensions?  I am successful at writing one, but when I change the C code and recompile to make a share lib module, the reload command does NOT put the new one into Python.  I'm stuck with the old one until I quit Python, launch it again and re-import everything again. Bummer for developing an extension.

Thanks for any help.



Cheers,

Lou Pecora