-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Pull requests: python/mypy
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Improve match inline list subject inference
topic-match-statement
Python 3.10's match statement
#19744
opened Aug 27, 2025 by
cdce8p
Loading…
[mypyc] Use defined __new__ method in tp_new and constructor
#19739
opened Aug 26, 2025 by
p-sawicki
Loading…
Improve match subject inference
topic-match-statement
Python 3.10's match statement
topic-type-narrowing
Conditional type narrowing / binder
stubtest: additional guidance on errors when runtime is object.__init__
#19733
opened Aug 26, 2025 by
tungol
Loading…
docs: move "Configuring and running mypy" section to before "Type system reference"
#19730
opened Aug 25, 2025 by
brianschubert
Loading…
Fix forward references in type parameters of overparameterized PEP 695 type aliases
#19725
opened Aug 25, 2025 by
brianschubert
Loading…
fix(mypy): prevent incorrect type inference for awaited function calls
#19723
opened Aug 25, 2025 by
MengAiDev
Loading…
[mypyc] feat: remove redundant box/unbox operations
#19717
opened Aug 23, 2025 by
BobTheBuidler
•
Draft
fix crash with variadic tuple arguments to generic type
#19705
opened Aug 21, 2025 by
randolf-scholz
Loading…
Fix spurious possibly-undefined errors in for-else with break
topic-possibly-undefined
possibly-undefined error code
#19696
opened Aug 20, 2025 by
ambv
Loading…
Sync enum members logic in typeanal and checkmember
#19687
opened Aug 19, 2025 by
sterliakov
Loading…
[mypyc] feat: new primitives for
bytes.rjust
and bytes.ljust
#19672
opened Aug 16, 2025 by
BobTheBuidler
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.