-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Issues: python/mypy
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
mypy's inference gets confused about unions with typevartuple
bug
mypy got something wrong
topic-pep-646
PEP 646 (TypeVarTuple, Unpack)
#18407
opened Jan 2, 2025 by
A5rocks
mypy doesn't know about empty unpacked tuples
bug
mypy got something wrong
topic-pep-646
PEP 646 (TypeVarTuple, Unpack)
#18390
opened Dec 31, 2024 by
A5rocks
Assertion fails in is_overlapping_types() when comparing Unpack TypeVarTuple with default type
crash
topic-pep-646
PEP 646 (TypeVarTuple, Unpack)
#18105
opened Nov 5, 2024 by
h4l
Mypy crash when unpacking typevar tuples (not TypeVarTuple)
crash
topic-pep-646
PEP 646 (TypeVarTuple, Unpack)
#17755
opened Sep 10, 2024 by
kdkavanagh
Cannot infer type argument with TypeVarTuple and Callback protocol
bug
mypy got something wrong
topic-pep-646
PEP 646 (TypeVarTuple, Unpack)
topic-protocols
#17453
opened Jun 30, 2024 by
cdce8p
Spurious "Invalid self argument ... to attribute function" error when currying TypeVarTuple
bug
mypy got something wrong
topic-pep-646
PEP 646 (TypeVarTuple, Unpack)
#17184
opened Apr 27, 2024 by
vbraun
Unpacked TypeVarTuple as a function argument is not compatible with empty tuple as its default
bug
mypy got something wrong
topic-pep-646
PEP 646 (TypeVarTuple, Unpack)
#17113
opened Apr 10, 2024 by
airallergy
Cannot infer type of lambda regression with mypy 1.9
bug
mypy got something wrong
topic-pep-646
PEP 646 (TypeVarTuple, Unpack)
#17018
opened Mar 12, 2024 by
rbuffat
Allow TypeVarTuple as type argument for subclasses of generic TypedDict
bug
mypy got something wrong
topic-pep-646
PEP 646 (TypeVarTuple, Unpack)
topic-typed-dict
#16975
opened Mar 1, 2024 by
erikkemperman
Support for Union[*TypeVarTuple]
feature
topic-pep-646
PEP 646 (TypeVarTuple, Unpack)
#16720
opened Dec 31, 2023 by
pwuertz
Callables like mypy got something wrong
topic-pep-646
PEP 646 (TypeVarTuple, Unpack)
operator.call
produce arg-type
error with callables that take *args: Unpack[Ts]
and >= 1 keyword argument
bug
#16662
opened Dec 14, 2023 by
gschaffner
2
(🐞) mypy got something wrong
topic-pep-646
PEP 646 (TypeVarTuple, Unpack)
Protocol
compatibility of Unpack
ed TypeVarTuple
is broken when signature is not a trivial *args: Any
bug
#16567
opened Nov 26, 2023 by
KotlinIsland
Never
inferred in complex situation with variadic callable protocol
bug
#16522
opened Nov 19, 2023 by
TeamSpen210
Use * instead of Unpack[...] in messages when targeting Python 3.11 or later
feature
topic-error-reporting
How we report errors
topic-pep-646
PEP 646 (TypeVarTuple, Unpack)
#16445
opened Nov 10, 2023 by
JukkaL
asyncio.gather
is sometimes erroneously type-checked
bug
#10682
opened Jun 21, 2021 by
Tinche
ProTip!
Mix and match filters to narrow down what you’re looking for.