On Sat, Nov 22, 2014 at 11:49 PM, Patrick Stinson <patrickk...@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? -- https://mail.python.org/mailman/listinfo/python-list