-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Permalink
Choose 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 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: 9e72e96
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: python/mypy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 68b8fa0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 22 files changed
- 4 contributors
Commits on Jun 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9b079f6 - Browse repository at this point
Copy the full SHA 9b079f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a4f284 - Browse repository at this point
Copy the full SHA 0a4f284View commit details -
[mypyc] Fixing condition for handling user-defined __del__ (#19188)
Fixes #19175. Conditions for generating and invoking `del` method were not consistent. As things currently stand, this pull request fixes the crash. However, for classes that derive from Python built-ins, user-defined `__del__` will not be invoked.
Configuration menu - View commit details
-
Copy full SHA for c39f5e7 - Browse repository at this point
Copy the full SHA c39f5e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb3c6ec - Browse repository at this point
Copy the full SHA cb3c6ecView commit details -
Tighten metaclass __call__ handling in protocols (#19191)
Fixes #19184 This fixes an (edge-case) regression introduced in 1.16. Fix is straightforward, only ignore `__call__` if it comes from an _actual_ metaclass.
Configuration menu - View commit details
-
Copy full SHA for c86480c - Browse repository at this point
Copy the full SHA c86480cView commit details -
Handle assignment of bound methods in class bodies (#19233)
Fixes #18438 Fixes #19146 Surprisingly, a very small change is sufficient to replicate Python runtime behavior for all the important cases (see `checkmember.py`). I also replace the `bound_args` argument of `CallableType`, that was mostly unused, with a flag (as suggested by @JukkaL) and make sure it is properly set/preserved everywhere.
Configuration menu - View commit details
-
Copy full SHA for c20fd78 - Browse repository at this point
Copy the full SHA c20fd78View commit details -
Fix properties with setters after deleters (#19248)
Fixes #19224 Note we must add an additional attribute on `OverloadedFuncDef` since decorator expressions are not serialized.
Configuration menu - View commit details
-
Copy full SHA for 9fb5ff6 - Browse repository at this point
Copy the full SHA 9fb5ff6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e253ede - Browse repository at this point
Copy the full SHA e253edeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68b8fa0 - Browse repository at this point
Copy the full SHA 68b8fa0View commit details
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 9e72e96...68b8fa0