mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
3a087beddd
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