Pull requests · python/mypy
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 3.2k
Pull requests list
Start moving away from named_type callback architecture
#21201 opened Apr 10, 2026 by ilevkivskyi Member Loading…
Fix: suppress Foo[...] suggestion when annotation uses keyword args
#21197 opened Apr 9, 2026 by vpawela Loading…
fix(match): enum literal narrowing is order-sensitive in match statements pending Issues that may be closed
#21196 opened Apr 9, 2026 by Bahtya 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…
fix: isinstance narrowing regression with dynamic tuple argument pending Issues that may be closed
#21190 opened Apr 8, 2026 by Bahtya Loading…
fix: prevent false unreachable error when comparing generic callables pending Issues that may be closed
#21188 opened Apr 8, 2026 by Bahtya Loading…
[mypyc] Move API table definitions to .c files
#21183 opened Apr 7, 2026 by p-sawicki Collaborator Loading…
Suppress misleading Foo[...] suggestion for annotations with keyword args
#21179 opened Apr 6, 2026 by Chessing234 Loading…
4 tasks done
Parse files in parallel when possible
#21175 opened Apr 5, 2026 by ilevkivskyi Member Loading…
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…
Document "Incompatible Import of"
#21169 opened Apr 4, 2026 by wyattscarpenter Contributor Loading…
Use the actual readme as the pyproject.toml readme
#21166 opened Apr 4, 2026 by wyattscarpenter Contributor Loading…
#21165 opened Apr 4, 2026 by hauntsaninja Collaborator • Draft
Disallow any generic in type type context
#21164 opened Apr 3, 2026 by hauntsaninja Collaborator • Draft
Make --local-partial-types the default deferred
#21163 opened Apr 3, 2026 by hauntsaninja Collaborator Loading…
Propagate narrowing within chained comparisons
#21160 opened Apr 3, 2026 by hauntsaninja Collaborator Loading…
Fix match statement semantics for "or" pattern
#21156 opened Apr 3, 2026 by hauntsaninja Collaborator Loading…
Use WAL with SQLite cache, fix close
#21154 opened Apr 3, 2026 by hauntsaninja Collaborator Loading…
fix(narrowing): propagate walrus narrowing from inside and expressions (closes #19430)
pending
Issues that may be closed
#21147 opened Apr 2, 2026 by traveltamers Loading…
Fix generic NamedTuple class pattern matching
#21140 opened Apr 1, 2026 by paulorochaoliveira Loading…
Improve error message for incompatible **kwargs argument
#21129 opened Apr 1, 2026 by yourlocaljosh Loading…
fix: clarify "Extra argument from **args" as "from **TypedDict"
#21127 opened Apr 1, 2026 by nuglifeleoji Contributor Loading…
fix: use "constraints and a bound" in TypeVar error message
#21126 opened Apr 1, 2026 by nuglifeleoji Contributor Loading…
fix: mention type aliases in "Type application" error message
#21122 opened Mar 31, 2026 by nuglifeleoji Contributor Loading…
ProTip! Mix and match filters to narrow down what you’re looking for.