Skip to content

[3.7] closes bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point to the "async" keyword. (GH-4175)#9188

Merged
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-90fc898-3.7
Sep 11, 2018
Merged

[3.7] closes bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point to the "async" keyword. (GH-4175)#9188
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-90fc898-3.7

Conversation

@miss-islington

@miss-islington miss-islington commented Sep 11, 2018

Copy link
Copy Markdown
Contributor

Previously, col_offset points to the keyword after "async".
(cherry picked from commit 90fc898)

Co-authored-by: guoci zguoci@gmail.com

https://bugs.python.org/issue31902

…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>
@miss-islington

Copy link
Copy Markdown
Contributor Author

@guoci: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit d8bc7a6 into python:3.7 Sep 11, 2018
@miss-islington miss-islington deleted the backport-90fc898-3.7 branch September 11, 2018 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants