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

Allow None vs TypeVar overlap for overloads #15846

Merged
merged 6 commits into from
Aug 14, 2023

Commits on Aug 10, 2023

  1. Allow None vs TypeVar overlap for overloads

    Ivan Levkivskyi committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    11c082e View commit details
    Browse the repository at this point in the history
  2. Fix typo

    Ivan Levkivskyi committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    494016a View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    05eb6ff View commit details
    Browse the repository at this point in the history
  2. Awoid spurious errors

    Ivan Levkivskyi committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    f4e78ea View commit details
    Browse the repository at this point in the history
  3. Update mypy/checkexpr.py

    Co-authored-by: Alex Waygood <[email protected]>
    ilevkivskyi and AlexWaygood authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    123fea4 View commit details
    Browse the repository at this point in the history
  4. Fix crash on non-matching overload

    Ivan Levkivskyi committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    76ec63f View commit details
    Browse the repository at this point in the history