[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

closes bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point to the "async" keyword. by guoci · Pull Request #4175 · python/cpython

the-knights-who-say-ni

guoci changed the title Fix the col_offset attribute for ast.Async* nodes to point to the "as… bpo-29205: Fix the col_offset attribute for ast.Async* nodes to point to the "as…

Oct 30, 2017

guoci changed the title bpo-29205: Fix the col_offset attribute for ast.Async* nodes to point to the "as… bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point to the "as…

Oct 30, 2017

…ync" keyword

Previously, col_offset points to the keyword after "async".

benjaminp changed the title bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point to the "as… closes bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point to the "async" keyword.

Sep 11, 2018

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Sep 11, 2018

…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 added a commit that referenced this pull request

Sep 11, 2018
…o point to the "async" keyword. (GH-4175)

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

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

guoci deleted the col_offset_async_nodes branch

May 10, 2021 18:56