2011/5/2 Roger Binns <rog...@rogerbinns.com>:
> There is no way you could have called a
> function provided by the module if the module itself had been freed.

Are you sure?

from mymodule import func
del sys.modules['mymodule']
func()

-- 
Amaury Forgeot d'Arc
_______________________________________________
pypy-dev@codespeak.net
http://codespeak.net/mailman/listinfo/pypy-dev

Reply via email to