Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix col_offset for ast nodes: AsyncFor, AsyncFunctionDef, AsyncWith #76083

Closed
guoci mannequin opened this issue Oct 30, 2017 · 2 comments
Closed

Fix col_offset for ast nodes: AsyncFor, AsyncFunctionDef, AsyncWith #76083

guoci mannequin opened this issue Oct 30, 2017 · 2 comments
Labels
3.7 (EOL) end of life stdlib Python modules in the Lib dir

Comments

@guoci
Copy link
Mannequin

guoci mannequin commented Oct 30, 2017

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']

    @guoci guoci mannequin added 3.7 (EOL) end of life stdlib Python modules in the Lib dir labels Oct 30, 2017
    @miss-islington
    Copy link
    Contributor

    New changeset 90fc898 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)
    90fc898

    @miss-islington
    Copy link
    Contributor

    New changeset d8bc7a6 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)
    d8bc7a6

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.7 (EOL) end of life stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant