Fix col_offset for ast nodes: AsyncFor, AsyncFunctionDef, AsyncWith · Issue #76083 · python/cpython (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@guoci

Description

@guoci

BPO 31902
Nosy @guoci, @miss-islington
PRs closes bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point to the "async" keyword. #4175[3.7] closes bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point to the "async" keyword. (GH-4175) #9188

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None closed_at = <Date 2018-09-11.21:45:49.367> created_at = <Date 2017-10-30.16:14:48.017> labels = ['3.7', 'library'] title = 'Fix col_offset for ast nodes: AsyncFor, AsyncFunctionDef, AsyncWith' updated_at = <Date 2018-09-11.22:21:14.951> user = 'https://github.com/guoci'

bugs.python.org fields:

activity = <Date 2018-09-11.22:21:14.951> actor = 'miss-islington' assignee = 'none' closed = True closed_date = <Date 2018-09-11.21:45:49.367> closer = 'miss-islington' components = ['Library (Lib)'] creation = <Date 2017-10-30.16:14:48.017> creator = 'guoci' dependencies = [] files = [] hgrepos = [] issue_num = 31902 keywords = ['patch'] message_count = 2.0 messages = ['325071', '325077'] nosy_count = 2.0 nosy_names = ['guoci', 'miss-islington'] pr_nums = ['4175', '9188'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue31902' versions = ['Python 3.5', 'Python 3.6', 'Python 3.7']