commit | cad8020cb83ec6d904f874c0e4f599e651022196 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Jan 19 23:04:49 2021 +0100 |
committer | GitHub <noreply@github.com> | Tue Jan 19 23:04:49 2021 +0100 |
tree | 7db4f105af783ecd5ac60488b081d945bcea14b3 | |
parent | e8e66eab941b983b6e85cd0d57cd45838880c568 [diff] |
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.