[issue7083] locals() behaviour differs when tracing is in effect

Terry J. Reedy report at bugs.python.org
Thu Oct 8 21:02:03 CEST 2009


Terry J. Reedy <tjreedy at udel.edu> added the comment:

I think the doc is clear enough if one reads and believes it.  The main
doc is "Update and return a dictionary representing the current local
symbol table." That pretty clearly says that subsequent changes to the
local symbol table may make the dict out of date until updated by a
subsequent call.

----------
nosy: +tjreedy

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7083>
_______________________________________


More information about the Python-bugs-list mailing list