-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Mypy crash when unpacking typevar tuples (not TypeVarTuple) #17755
Labels
Comments
Latest commit on master yields a slightly different backtrace:
pdb shows:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Crash Report
Unpacked
*args
tuple type withTypeVar
crashes mypy. Offending source below, crash occurred after introducing*tuple[_S1]
as the*args
type. This overload is necessary instead of aTypeVarTuple
due to the challenge described hereTraceback
Your Environment
mypy 1.11.2 (compiled: yes)
mypy.ini
(and other config files): Only setpython_version = 3.11
Python 3.11.9
rhel8
The text was updated successfully, but these errors were encountered: