[issue13652] Creating lambda functions in a loop has unexpected results when resolving variables used as arguments
New submission from WIl Hall : When creating lambda functions in a loop, variables involved in the lambda statements appear to not resolve until the loop finishes. This results in all of the defined lambda functions using the same variable to resolve to the last value of that variable. For
[issue13652] Creating lambda functions in a loop has unexpected results when resolving variables used as arguments
WIl Hall added the comment: Makes sense. Misunderstanding on my part, then. Closing as invalid (not a bug). -- ___ Python tracker <http://bugs.python.org/issue13