Dag Sverre Seljebotn wrote: > from pyxbuilds.foo_2 import *
Have to rethink if this intermediate namespace is still necessary, because of perhaps the old post-import created module globals, which shall perhaps survive, when not 'overwritten' by import. guess its hardly a need. The reload handler could transport the globals ... but I have to actually check it out :-) Thats a special issue - had no importance for my use cases. I typically have a short "re-work things upon reload code" in those modules, which I iterate frequently upon - and that enables for a reload and quicker edit-run cycle in 90% of code changes. Robert _______________________________________________ Cython-dev mailing list Cython-dev@codespeak.net http://codespeak.net/mailman/listinfo/cython-dev