Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-42955: Add Python/module_names.h #24258

Merged
merged 1 commit into from Jan 19, 2021
Merged

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Jan 19, 2021

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.

https://bugs.python.org/issue42955

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.
@vstinner vstinner added the skip news label Jan 19, 2021
@vstinner vstinner requested a review from python/windows-team as a code owner Jan 19, 2021
@vstinner vstinner merged commit cad8020 into python:master Jan 19, 2021
9 of 10 checks passed
9 of 10 checks passed
Check for source changes
Details
Check if generated files are up to date
Details
Windows (x86)
Details
Windows (x64)
Details
macOS
Details
Ubuntu
Details
Azure Pipelines PR in progress
Details
Travis CI - Pull Request Build Passed
Details
bedevere/issue-number Issue number 42955 found
Details
bedevere/news "skip news" label found
@vstinner vstinner deleted the vstinner:module_names_private branch Jan 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants