-
-
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
Several crashes on pyright test suite #14201
Labels
Comments
AlexWaygood
added
topic-pep-572
PEP 572 (walrus operator)
topic-pep-646
PEP 646 (TypeVarTuple, Unpack)
labels
Nov 27, 2022
Btw I think I added the super crash, should be an easy fix. |
And here is a fix #14208 |
hauntsaninja
pushed a commit
that referenced
this issue
Nov 28, 2022
Hm, example with |
hauntsaninja
pushed a commit
that referenced
this issue
Jan 29, 2023
Fixes #14201 The fix is trivial, turn an assert condition into a blocker error (with message matching Python syntax error). I also add a test case for a crash from the same issue that looks already fixed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
https://github.com/microsoft/pyright/tree/main/packages/pyright-internal/src/tests/samples
assignment1.py
assignmentExpr4.py
super1.py
unpack1.py
The crash on unpack1.py is probably most worth looking into
The text was updated successfully, but these errors were encountered: