mirror of
https://github.com/python/cpython.git
synced 2026-01-29 06:06:01 +00:00
Change the names of the symbol tables for lambda expressions and generator expressions to "<lambda>" and "<genexpr>" respectively to avoid conflicts with user-defined names.
Miscellaneous source files for the main Python shared library