Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3k
PermalinkChoose a base ref {{ refName }}default Choose a head ref {{ refName }}default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn 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
Uh oh!
There was an error while loading.Please reload this page.
base:v1.17.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:python/mypy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:v1.17.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 5commits
- 8files changed
- 2contributors
Commits on Jul 27, 2025
- hauntsaninja committed
Jul 27, 2025 Prevent a crash when InitVar is redefined with a method in a subclass (…
…#19453)Fixes#19443. This case is too niche (and should be triviallyavoidable), so just not crashing should be good enough. The value isindeed redefined, and trying to massage the plugin to move the`X-redefinition` back to `X` in names is not worth the effort IMO.
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 copiedlast?
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v1.17.0...v1.17.1
Uh oh!
There was an error while loading.Please reload this page.