Skip to content

col_offset for parenthesized expressions looks weird #83655

Description

@isidentical
BPO 39474
Nosy @gvanrossum, @benjaminp, @serhiy-storchaka, @lysnikolaou, @pablogsal, @miss-islington, @isidentical
PRs
  • bpo-39474: Fix AST pos for expressions like (a)(b), (a)[b] and (a).b. #18477
  • [3.8] bpo-39474: Fix AST pos for expressions like (a)(b), (a)[b] and (a).b. (GH-18477) #18491
  • 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 = 'https://github.com/serhiy-storchaka'
    closed_at = <Date 2020-02-12.21:54:32.088>
    created_at = <Date 2020-01-28.08:41:48.702>
    labels = ['interpreter-core', 'type-bug', '3.8', '3.9']
    title = 'col_offset for parenthesized expressions looks weird'
    updated_at = <Date 2020-02-12.21:54:32.087>
    user = 'https://github.com/isidentical'

    bugs.python.org fields:

    activity = <Date 2020-02-12.21:54:32.087>
    actor = 'gvanrossum'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2020-02-12.21:54:32.088>
    closer = 'gvanrossum'
    components = ['Interpreter Core']
    creation = <Date 2020-01-28.08:41:48.702>
    creator = 'BTaskaya'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 39474
    keywords = ['patch']
    message_count = 7.0
    messages = ['360844', '361842', '361845', '361898', '361913', '361916', '361919']
    nosy_count = 7.0
    nosy_names = ['gvanrossum', 'benjamin.peterson', 'serhiy.storchaka', 'lys.nikolaou', 'pablogsal', 'miss-islington', 'BTaskaya']
    pr_nums = ['18477', '18491']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue39474'
    versions = ['Python 3.8', 'Python 3.9']

    Metadata

    Metadata

    Labels

    3.8 (EOL)end of life3.9 (EOL)end of lifeinterpreter-core(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions