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:9e72e96
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:68b8fa0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 9commits
- 22files changed
- 4contributors
Commits on Jun 11, 2025
- JukkaL committed
Jun 11, 2025 [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.
Tighten metaclass __call__ handling in protocols (#19191)
Fixes#19184This fixes an (edge-case) regression introduced in 1.16. Fix isstraightforward, only ignore `__call__` if it comes from an _actual_metaclass.
Handle assignment of bound methods in class bodies (#19233)
Fixes#18438Fixes#19146Surprisingly, a very small change is sufficient to replicate Pythonruntime behavior for all the important cases (see `checkmember.py`). Ialso replace the `bound_args` argument of `CallableType`, that wasmostly unused, with a flag (as suggested by@JukkaL) and make sure it isproperly set/preserved everywhere.
Fix properties with setters after deleters (#19248)
Fixes#19224Note we must add an additional attribute on `OverloadedFuncDef` sincedecorator expressions are not serialized.
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
Uh oh!
There was an error while loading.Please reload this page.