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

gh-93939: Add script to check extension modules #94545

Merged
merged 9 commits into from
Jul 5, 2022

Commits on Jul 4, 2022

  1. pythongh-93939: Add script to check extension modules

    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``.
    tiran committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    0293bbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab9e52b View commit details
    Browse the repository at this point in the history
  3. Fix typo

    Co-authored-by: Victor Stinner <vstinner@python.org>
    tiran and vstinner committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    1116e98 View commit details
    Browse the repository at this point in the history
  4. Use raw strings for regular expressions.

    Co-authored-by: Victor Stinner <vstinner@python.org>
    tiran and vstinner committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    bcaf25c View commit details
    Browse the repository at this point in the history
  5. Update Tools/scripts/check_extension_modules.py

    Co-authored-by: Victor Stinner <vstinner@python.org>
    tiran and vstinner committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    a1d5e5e View commit details
    Browse the repository at this point in the history
  6. remove debug print

    tiran committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    06b014b View commit details
    Browse the repository at this point in the history
  7. Better error reporting

    tiran committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    8a7a468 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Apply suggestions from code review

    Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
    tiran and erlend-aasland committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    4a3e729 View commit details
    Browse the repository at this point in the history
  2. Remove auto import

    tiran committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    c3d2c8f View commit details
    Browse the repository at this point in the history