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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-104389: Add 'unused' keyword to Argument Clinic C converters #104390

Merged
merged 5 commits into from
May 12, 2023

Commits on May 11, 2023

  1. pythongh-104389: Argument Clinic now wraps unused args with Py_UNUSED

    Use the unused keyword param in the converter to explicitly
    mark an argument as unused:
    
        /*[clinic input]
        BaseClass.interface
            flag: bool(unused=True)
    erlend-aasland committed May 11, 2023
    Configuration menu
    Copy the full SHA
    2def279 View commit details
    Browse the repository at this point in the history
  2. Add NEWS entry

    erlend-aasland committed May 11, 2023
    Configuration menu
    Copy the full SHA
    90c6644 View commit details
    Browse the repository at this point in the history
  3. Fix docs

    erlend-aasland committed May 11, 2023
    Configuration menu
    Copy the full SHA
    d0f2b5a View commit details
    Browse the repository at this point in the history
  4. Revert _io example

    erlend-aasland committed May 11, 2023
    Configuration menu
    Copy the full SHA
    b03874b View commit details
    Browse the repository at this point in the history
  5. Add test

    erlend-aasland committed May 11, 2023
    Configuration menu
    Copy the full SHA
    bd4b10a View commit details
    Browse the repository at this point in the history