closes bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point to the "async" keyword.#4175
Conversation
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
…ync" keyword Previously, col_offset points to the keyword after "async".
2aa5034 to
731fee0
Compare
|
I have made the requested changes; please review again |
|
Thanks for making the requested changes! @benjaminp: please review the changes made to this pull request. |
|
@guoci: Status check is done, and it's a success ✅ . |
|
Thanks @guoci for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7. |
…o point to the "async" keyword. (pythonGH-4175) Previously, col_offset points to the keyword after "async". (cherry picked from commit 90fc898) Co-authored-by: guoci <zguoci@gmail.com>
|
GH-9188 is a backport of this pull request to the 3.7 branch. |
|
Sorry, @guoci, I could not cleanly backport this to |
Previously, col_offset points to the keyword after "async".