2013/3/25 anatoly techtonik <techtonik@gmail.com>
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