mirror of
https://github.com/python/cpython.git
synced 2026-06-26 12:54:12 -04:00
4d508adae3
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.