Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3k
Comparing changes
Open a pull request
base repository:python/mypy
Uh oh!
There was an error while loading.Please reload this page.
base:v1.18.1
head repository:python/mypy
Uh oh!
There was an error while loading.Please reload this page.
compare:v1.18.2
- 7commits
- 8files changed
- 4contributors
Commits on Sep 15, 2025
Fix crash on recursive alias in indirection.py (#19845)
Fixes#19836Fix is trivial, I am surprised none of the existing tests caught this inthe original PR. After this is merged, I am going to add the test to`master`.
Commits on Sep 16, 2025
Bump version to 1.18.2+dev for point release
KevinRK29 committedSep 16, 2025 stubtest: additional guidance on errors when runtime is object.__init…
…__ (#19733)Fixes#19732This is a simple check to point users in the right direction when theyget errors because their class uses `__new__` but they wrote stubs for`__init__`. I don't feel strongly about the exact wording used here. Ialso considered "Maybe you meant to define `__new__` instead of`__init__`?".(cherry picked from commit530bdc5)
[mypyc] fix: inappropriate
Nones in f-strings (#19846)if a variable is Final but the value is not yet known at compile-time,and that variable is used as an input to an f-string, the f-string willincorrectly contain "None"Fixes [mypyc#1140](mypyc/mypyc#1140)(cherry picked from commitdce8e1c)
Commits on Sep 18, 2025
Update changelog for 1.18.2 (#19873)
Changelog update for 1.18.2Also updated the changelog to reflect the initial release being 1.18.1,since we had to bump the version due to wheels failing.This adds the cherry picked PRs mentioned in#19764 (comment)(cherry picked from commit4301be1)
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.18.1...v1.18.2
Uh oh!
There was an error while loading.Please reload this page.