-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-39080: Starred Expression's column offset fix when inside a CALL #17645
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
Misc/NEWS.d/next/Core and Builtins/2019-12-17-21-45-36.bpo-39080.OrxEVS.rst
Outdated
Show resolved
Hide resolved
…80.OrxEVS.rst Co-Authored-By: Pablo Galindo <Pablogsal@gmail.com>
|
Possibly @ilevkivskyi would also be interested in hearing about this? |
Nevermind, I imagine that is so you can do |
That's actually ok, because |
Yup. Also the fix is consistent with extracting the values via |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! This totally makes sense, with the current logic end position is the end position of the *
symbol itself, which is wrong.
This doesn't need backport to 3.7 as this is a new feature in 3.8 |
@ilevkivskyi A similar change I made in #17582 was considered a bugfix and was backported to 3.7 |
@lysnikolaou In #17582 what changed was the |
Thanks @lysnikolaou for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
I'm having trouble backporting to |
Thanks @lysnikolaou for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8. |
Sorry @lysnikolaou and @pablogsal, I had trouble checking out the |
… CALL (pythonGH-17645) Co-Authored-By: Pablo Galindo <Pablogsal@gmail.com> (cherry picked from commit 50d4f12) Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
GH-17649 is a backport of this pull request to the 3.8 branch. |
… CALL (GH-17645) (GH-17649) … Co-Authored-By: Pablo Galindo <Pablogsal@gmail.com> (cherry picked from commit 50d4f12) Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com> https://bugs.python.org/issue39080
…ythonGH-17645) Co-Authored-By: Pablo Galindo <Pablogsal@gmail.com>
https://bugs.python.org/issue39080