unloading a module created with imp.new_module

Ian Kelly ian.g.kelly at gmail.com
Sun Nov 23 04:48:35 EST 2014


On Sat, Nov 22, 2014 at 11:49 PM, Patrick Stinson <patrickkidd at gmail.com> wrote:
> If I create a module with imp.new_module(name), how can I unload it so that all the references contained in it are set to zero and the module is deleted? deleting the reference that is returned doesn’t seem to do the job, and it’s not in sys.modules, so where is the dangling reference?

How are you determining that the module is not deleted?



More information about the Python-list mailing list