Is there pure python code that can break out of an execfile with local and global arguments?
I was under the impression that nothing is "private" in python. But if I execute a piece of python code (with execfile) and capture the execution results in local and global namespace arguments, I am unaware of how you'd grab the scope of the main executable.
Thanks, Chenz