-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Pull requests: python/mypy
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
[mypyc] Release new instances when
__init__ raises
#21248
opened Apr 16, 2026 by
hauntsaninja
Collaborator
Loading…
[mypyc] Avoid null decrefs in import errors
#21247
opened Apr 16, 2026 by
hauntsaninja
Collaborator
Loading…
[mypyc] Release boxed operands in tagged true division
#21246
opened Apr 16, 2026 by
hauntsaninja
Collaborator
Loading…
[mypyc] Incref items before releasing tuple
#21245
opened Apr 16, 2026 by
hauntsaninja
Collaborator
Loading…
[mypyc] Fix reference leaks in list/dict.clear
#21244
opened Apr 16, 2026 by
hauntsaninja
Collaborator
Loading…
Drop support for
--python-version 3.9
#21243
opened Apr 16, 2026 by
hauntsaninja
Collaborator
Loading…
Avoid widening types in conditional_types
#21242
opened Apr 16, 2026 by
hauntsaninja
Collaborator
•
Draft
Un-support narrowing final globals in functions
#21241
opened Apr 15, 2026 by
ilevkivskyi
Member
Loading…
Improve error message for incompatible **kwargs
#21239
opened Apr 15, 2026 by
yosofbadr
Loading…
3 tasks done
Don't suggest Foo[...] when Foo(arg=...) is used in annotation
#21238
opened Apr 15, 2026 by
yosofbadr
Loading…
4 tasks done
[mypyc] Fix
@property getter memory leak
#21230
opened Apr 14, 2026 by
VaggelisD
Contributor
Loading…
Optimise overload consistency checks for large numbers of literal-containing overloads
#21218
opened Apr 14, 2026 by
pelson
Loading…
Remodel class scoped name resolution
#21216
opened Apr 13, 2026 by
ChetanKhanna
Contributor
Loading…
Fix #20821: Check __qualname__ assignment type in class body
#21211
opened Apr 13, 2026 by
BHUVANSH855
Loading…
fix: do not narrow expression type to TypeVar on equality comparison
#21209
opened Apr 13, 2026 by
ordinary9843
Loading…
Fix: suppress Foo[...] suggestion when annotation uses keyword args
#21197
opened Apr 9, 2026 by
vpawela
Loading…
fix(checker): avoid false overload-cannot-match with ParamSpec args
pending
Issues that may be closed
#21194
opened Apr 9, 2026 by
Bahtya
Loading…
fix: handle union-bound TypeVar in type[T] callable analysis
pending
Issues that may be closed
#21191
opened Apr 9, 2026 by
Bahtya
Loading…
Suppress misleading Foo[...] suggestion for annotations with keyword args
#21179
opened Apr 6, 2026 by
Chessing234
Loading…
4 tasks done
Make it so that error comments in tests are not ignored if they occur at the beginning of a line
#21172
opened Apr 5, 2026 by
wyattscarpenter
Contributor
Loading…
Use the actual readme as the pyproject.toml readme
#21166
opened Apr 4, 2026 by
wyattscarpenter
Contributor
Loading…
Disallow any generic in type type context
#21164
opened Apr 3, 2026 by
hauntsaninja
Collaborator
•
Draft
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.