-
- Notifications
You must be signed in to change notification settings - Fork 3.1k
Pull requests: python/mypy
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
[stubtest] Check runtime availability of private types not marked
@type_check_only topic-stubtest #19574 opened Aug 2, 2025 by brianschubert Loading…
refactor
visit_conditional_expr to fix ternary behavior (option 1) #19563 opened Aug 1, 2025 by randolf-scholz Loading…
refactor
visit_conditional_expr to fix ternary behavior (option 2) #19562 opened Aug 1, 2025 by randolf-scholz • Draft
Allow skip and xfail to both be applied to test cases topic-developer Issues relevant to mypy developers
#19552 opened Jul 31, 2025 by wyattscarpenter Loading…
[wip] [mypyc] feat: quasi-constant folding for DictExpr and TupleExpr
#19542 opened Jul 30, 2025 by BobTheBuidler • Draft
[wip] [mypyc] feat: unroll certain for loops with known params
#19518 opened Jul 28, 2025 by BobTheBuidler • Draft
2 tasks
feat(test): mypyc tests for container creation from
range #19511 opened Jul 25, 2025 by BobTheBuidler Loading…
[mypyc] feat: true_dict_rprimitive for optimized dict fastpath usage
#19499 opened Jul 24, 2025 by BobTheBuidler Loading…
When selecting an overload item for constraint template matching, treat any ParamSpec in the template as free
#19487 opened Jul 21, 2025 by sterliakov Loading…
[PEP 695] Fix incorrect Variance Computation with Polymorphic Methods.
#19466 opened Jul 16, 2025 by randolf-scholz Loading…
Apply union expansion when checking ops involving typevars
#19455 opened Jul 16, 2025 by sterliakov Loading…
Add functools.lru_cache plugin support Fixes #16261 topic-plugins The plugin API and ideas for new plugins
#19432 opened Jul 13, 2025 by machin0r Loading…
Try to fix problems caused by in-place modification of typevar defaults
#19382 opened Jul 5, 2025 by sterliakov • Draft
[mypyc] Implement mypyc bugs
str.lower() and str.upper() primitive topic-mypyc #19375 opened Jul 4, 2025 by Jahongir-Qurbonov Loading…
Fix
Enum.value inference for Enums with @cached methods #19374 opened Jul 4, 2025 by kmurphy4 Loading…
Fix wrong names listed in "too few arguments" message
#19354 opened Jun 29, 2025 by sterliakov • Draft
ProTip! Filter pull requests by the default branch with base:master.