commit | d8bc7a666b1309aa5669980e35e7429071f3f7d3 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Sep 11 15:21:11 2018 -0700 |
committer | GitHub <noreply@github.com> | Tue Sep 11 15:21:11 2018 -0700 |
tree | 2f2d516a0f722a05a6322b13bb4d83b3a85aad7e | |
parent | e2b40f4ce954ea3d35a73541029b2253abd9d245 [diff] |
closes bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point to the "async" keyword. (GH-4175) Previously, col_offset points to the keyword after "async". (cherry picked from commit 90fc8980bbcc5c7dcced3627fe172b0bfd193a3b) Co-authored-by: guoci <zguoci@gmail.com>