Issue 31902: Fix col_offset for ast nodes: AsyncFor, AsyncFunctionDef, AsyncWith (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/76083

classification

Title: Fix col_offset for ast nodes: AsyncFor, AsyncFunctionDef, AsyncWith
Type: Stage: resolved
Components: Library (Lib) Versions: Python 3.7, Python 3.6, Python 3.5

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: guoci, miss-islington
Priority: normal Keywords: patch

Created on 2017-10-30 16:14 by guoci, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 4175 merged guoci,2017-10-30 16:33
PR 9188 merged miss-islington,2018-09-11 21:45
Messages (2)
msg325071 - (view) Author: miss-islington (miss-islington) Date: 2018-09-11 21:45
New changeset 90fc8980bbcc5c7dcced3627fe172b0bfd193a3b by Miss Islington (bot) (guoci) in branch 'master': closes bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point to the "async" keyword. (GH-4175) https://github.com/python/cpython/commit/90fc8980bbcc5c7dcced3627fe172b0bfd193a3b
msg325077 - (view) Author: miss-islington (miss-islington) Date: 2018-09-11 22:21
New changeset d8bc7a666b1309aa5669980e35e7429071f3f7d3 by Miss Islington (bot) in branch '3.7': closes bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point to the "async" keyword. (GH-4175) https://github.com/python/cpython/commit/d8bc7a666b1309aa5669980e35e7429071f3f7d3
History
Date User Action Args
2022-04-11 14:58:53 admin set github: 76083
2018-09-11 22:21:14 miss-islington set messages: +
2018-09-11 21:45:59 miss-islington set pull_requests: + <pull%5Frequest8626>
2018-09-11 21:45:49 miss-islington set status: open -> closednosy: + miss-islingtonmessages: + resolution: fixedstage: patch review -> resolved
2017-10-30 16:33:50 guoci set keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest4143>
2017-10-30 16:14:48 guoci create