2013/3/25 anatoly techtonik <[email protected]> > This module opened a Pandora box of Python internals. Version 0.4 still > fails to > trace files specified on command line, and I am lost in internal details > of execfile > + locals()/globals()/namespacing/scoping. Python tracker doesn't help here. >
Seriously: always always pass your own locals and globals to functions like exec and execfile. Good luck. -- Amaury Forgeot d'Arc
_______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
