mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
Frozen modules must be added to several files in order to work properly. Before this change this had to be done manually. Here we add a tool to generate the relevant lines in those files instead. This helps us avoid mistakes and omissions. https://bugs.python.org/issue45019
Miscellaneous source files for the main Python shared library