mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
When comprehensions switched to using a nested scope, the old code for generating a temporary name to hold the accumulation target became redundant, but was never actually removed. Patch by Nitish Chandra.
Miscellaneous source files for the main Python shared library