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

Exclude the same special attributes from Protocol as CPython #15490

Merged
merged 6 commits into from
Jun 26, 2023

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    2966617 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67872e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2edbf9 View commit details
    Browse the repository at this point in the history
  4. Make EXCLUDED_ATTRIBUTES a class constant

    Reduce the items to just `typing._SPECIAL_NAMES`
    HexDecimal committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    87ddf42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b348e71 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Add test for Protocol slots with init assignment

    Confirms and fixes python#11013
    HexDecimal committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    f473ea0 View commit details
    Browse the repository at this point in the history