anatoly techtonik added the comment:

After a day of meditation I've come to the following definition for locals():

locals() return a dictionary that serves as a cache for current local symbol 
table. This cache is updated every time locals() is called or when a trace 
function is active.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7083>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to