Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python/mypy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.17.0
Choose a base ref
...
head repository: python/mypy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.17.1
Choose a head ref
  • 5 commits
  • 8 files changed
  • 2 contributors

Commits on Jul 27, 2025

  1. Configuration menu
    Copy the full SHA
    e44d14f View commit details
    Browse the repository at this point in the history
  2. Prevent a crash when InitVar is redefined with a method in a subclass (

    …#19453)
    
    Fixes #19443. This case is too niche (and should be trivially
    avoidable), so just not crashing should be good enough. The value is
    indeed redefined, and trying to massage the plugin to move the
    `X-redefinition` back to `X` in names is not worth the effort IMO.
    sterliakov authored and hauntsaninja committed Jul 27, 2025
    Configuration menu
    Copy the full SHA
    88fdeaa View commit details
    Browse the repository at this point in the history
  3. Fix "ignored exception in hasattr" in dmypy (#19428)

    Fixes #19425. That property has no setter so it should safe to exclude.
    It can raise in inconsistent state that arises when it is not copied
    last?
    sterliakov authored and hauntsaninja committed Jul 27, 2025
    Configuration menu
    Copy the full SHA
    5f4428f View commit details
    Browse the repository at this point in the history
  4. Retain None as constraints bottom if no bottoms were provided (#19485)

    Current version replaces `None` (which indicates "no items") with an
    empty union (=`Uninhabited`). This breaks inference in some cases.
    
    Fixes #19483.
    sterliakov authored and hauntsaninja committed Jul 27, 2025
    Configuration menu
    Copy the full SHA
    933c913 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. Bump version to 1.17.1

    hauntsaninja committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    acb2983 View commit details
    Browse the repository at this point in the history
Loading