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

Fix py37-38 structuring of mixed typing/regular generics #219

Merged
merged 7 commits into from
Feb 4, 2022
Merged

Fix py37-38 structuring of mixed typing/regular generics #219

merged 7 commits into from
Feb 4, 2022

Commits on Feb 3, 2022

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

Commits on Feb 4, 2022

  1. Configuration menu
    Copy the full SHA
    bbe0442 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    698a71c View commit details
    Browse the repository at this point in the history
  3. Add forgotten is_bare check for unspecified Tuple

    * Tuple.__args__ is equal to (), which is not covered by cases
    	already listed
    bibajz committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    bf6dc2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9eb5350 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b18974 View commit details
    Browse the repository at this point in the history
  6. Refactor is_bare for py3.7-8

    bibajz committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    312cc2c View commit details
    Browse the repository at this point in the history