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

Add tests for metaclasses and typing_extensions.get_annotations #440

Merged
merged 3 commits into from
Sep 23, 2024

Commits on Jul 27, 2024

  1. Add tests for metaclasses and typing_extensions.get_annotations

    Tests from python/cpython#122074. We don't have to use the base descriptor
    approach here because we find the annotations directly in the `__dict__`
    for the class, which avoids metaclass problems.
    JelleZijlstra committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    6a08abe View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    2bc1e86 View commit details
    Browse the repository at this point in the history
  2. Silence Ruff

    JelleZijlstra committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4ca9d87 View commit details
    Browse the repository at this point in the history