mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
044e8d866f
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