]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93939: Add script to check extension modules (#94545)
authorChristian Heimes <christian@python.org>
Tue, 5 Jul 2022 07:25:45 +0000 (09:25 +0200)
committerGitHub <noreply@github.com>
Tue, 5 Jul 2022 07:25:45 +0000 (09:25 +0200)
commit7bd67d1d88383bb6d156ac9ca816e56085ca5ec8
treee29942647ee609224c51357526618797c8d7f2ac
parentfd76eb547dd5d2c8307a89422049b6c3c80541ab
gh-93939: Add script to check extension modules (#94545)

Add script ``Tools/scripts/check_modules.py`` to check and validate builtin
and shared extension modules. The script also handles ``Modules/Setup`` and
will eventually replace ``setup.py``.

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
Makefile.pre.in
Misc/NEWS.d/next/Tools-Demos/2022-07-04-10-02-02.gh-issue-93939.U6sW6H.rst [new file with mode: 0644]
Tools/scripts/check_extension_modules.py [new file with mode: 0644]
Tools/scripts/generate_stdlib_module_names.py