-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-39031: Fix elif start column offset when there is an else following #17596
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
Conversation
Thanks @lysnikolaou for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8. |
…H-17596) (cherry picked from commit 5936a4c) Co-authored-by: Lysandros Nikolaou <[email protected]>
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 <[email protected]>
GH-17601 is a backport of this pull request to the 3.7 branch. |
… (GH-17600) (cherry picked from commit 5936a4c) Co-authored-by: Lysandros Nikolaou <[email protected]>
…H-17596) (GH-17601) (cherry picked from commit 5936a4c) Co-authored-by: Lysandros Nikolaou <[email protected]>
Related to #17582, where this was left out.
https://bugs.python.org/issue39031