mirror of
https://github.com/python/cpython.git
synced 2026-01-28 21:55:51 +00:00
The default values for optional fields and attributes of AST nodes are now set as class attributes (e.g. Constant.kind is set to None).
Miscellaneous source files for the main Python shared library