mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
da699ed7e5
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