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

[PEP 695] Support Annotated[...] in new-style type aliases #17777

Merged
merged 2 commits into from
Sep 18, 2024

Commits on Sep 17, 2024

  1. [PEP 695] Support Annotated[...] in new-style type aliases

    The rvalue expression isn't semantically analyzed, so we can't rely
    on the `fullname` attribute to check if there is a reference to
    `Annotated`. Instead, use a lookup function provided by the caller
    to determine the fullname.
    
    Fixes #17751.
    JukkaL committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    713a2b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    12aad04 View commit details
    Browse the repository at this point in the history