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
bpo-39031: Fix elif start column offset when there is an else following #17596
Conversation
Thanks @lysnikolaou for the PR, and @pablogsal for merging it |
GH-17600 is a backport of this pull request to the 3.8 branch. |
Sorry, @lysnikolaou and @pablogsal, I could not cleanly backport this to |
…ythonGH-17596). (cherry picked from commit 5936a4c) Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
GH-17601 is a backport of this pull request to the 3.7 branch. |
Related to #17582, where this was left out.
https://bugs.python.org/issue39031