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-46642: explicitly disallow typing.TypeVar instance subclassing #31148

Merged
merged 7 commits into from
Jun 25, 2022

Commits on Feb 5, 2022

  1. explicitly disallow typing.TypeVar subclassing

    The existing test covering this case passed only incidentally. We
    explicitly disallow doing this and add a proper error message.
    GBeauregard committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    c51f48e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3659772 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. make test match regex

    GBeauregard committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    a3c54d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b68cda View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    a7a6074 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf233d1 View commit details
    Browse the repository at this point in the history
  3. Update a NEWS entry.

    serhiy-storchaka committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    a854d32 View commit details
    Browse the repository at this point in the history