bpo-42955: Add Python/module_names.h (GH-24258)
Add a private list of all stdlib modules: _Py_module_names. * Add Tools/scripts/generate_module_names.py script. * Makefile: Add "make regen-module-names" command. * setup.py: Add --list-module-names option. * GitHub Action and Travis CI also runs "make regen-module-names", not ony "make regen-all", to ensure that the module names remains up to date.
V
Victor Stinner committed
cad8020cb83ec6d904f874c0e4f599e651022196
Parent: e8e66ea
Committed by GitHub <noreply@github.com>
on 1/19/2021, 10:04:49 PM