-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Fast parser associates wrong column number with calls to member functions #2749
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
Comments
I don't think this is going to be easily fixable. Here's the ast for the expression
Notice that all we know about |
So I'm guessing this would require an update to typed_ast. Oh well. Low priority is fine. |
And what the fix would look like is not obvious (at least not to me), unfortunately. |
(Raising priority in view of planned editor integration.) |
I'm closing this issue: it doesn't appear to be a problem when mypy is run on 3.8+, as mypy uses the stdlib It seems unlikely to me that |
For example:
The text was updated successfully, but these errors were encountered: