You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an umbrella issue to collect all the syntax errors that are raised by the CPython compiler. These are different than the ones that are raised by the parser. IOW, the source code which raises these errors are valid as per the grammar.
This is an umbrella issue to collect all the syntax errors that are raised by the CPython compiler. These are different than the ones that are raised by the parser. IOW, the source code which raises these errors are valid as per the grammar.
SyntaxError: name capture 'x' makes remaining patterns unreachable
SyntaxError: wildcard makes remaining patterns unreachable
case [a, b, a]:
)[(a := ...) for a in b]
#14395A lot of them are mentioned in this comment. These all would be part of
E999
rule.The text was updated successfully, but these errors were encountered: