SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72137 0 39 Python

Fix for SF [ 734869 ] Lambda functions in list comprehensions

The compiler was reseting the list comprehension tmpname counter for each function, but the symtable was using the same counter for the entire module.  Repair by move tmpname into the symtable entry.

Bugfix candidate.
J
Jeremy Hylton committed
4d508adae3101434ae62be1c140e9877673dc257
Parent: 6624e68