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

Further improvements to functools.partial handling #17425

Merged
merged 7 commits into from
Jul 1, 2024

Commits on Jun 22, 2024

  1. Improvements to functools.partial

    - Fixes another crash case / type inference in that case
    - Fix a false positive when calling the partially applied function
    - TypeTraverse / comment / daemon test follow up ilevkivskyi mentioned
      on the original PR
    hauntsaninja committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    8ad24b3 View commit details
    Browse the repository at this point in the history
  2. .

    hauntsaninja committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    8550007 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

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

Commits on Jul 1, 2024

  1. address code review

    hauntsaninja committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a249c5a View commit details
    Browse the repository at this point in the history
  2. .

    hauntsaninja committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    754621c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0706ef1 View commit details
    Browse the repository at this point in the history
  4. .

    hauntsaninja committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    1f70ddd View commit details
    Browse the repository at this point in the history