[issue1153622] eval does not bind variables in lambda bodies correctly
Jeremy Hylton
report at bugs.python.org
Tue Mar 31 16:21:20 CEST 2009
Jeremy Hylton <jeremy at alum.mit.edu> added the comment:
The current docs cover this case:
http://docs.python.org/reference/executionmodel.html#interaction-with-dynamic-features
It basically says that code compiled via exec / eval can't access free
variables.
----------
resolution: -> wont fix
status: open -> closed
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1153622>
_______________________________________
More information about the Python-bugs-list
mailing list