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

lib2to3 doesn't parse f(*[] or []) #77529

Closed
zsol opened this issue Apr 24, 2018 · 6 comments
Closed

lib2to3 doesn't parse f(*[] or []) #77529

zsol opened this issue Apr 24, 2018 · 6 comments
Assignees
Labels
topic-2to3 type-bug An unexpected behavior, bug, or error

Comments

@zsol
Copy link
Contributor

zsol commented Apr 24, 2018

BPO 33348
Nosy @gpshead, @benjaminp, @thatch, @ambv, @serhiy-storchaka, @1st1, @miss-islington, @zsol
PRs
  • bpo-33348: parse expressions after * and ** in lib2to3 #6586
  • [3.8] bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586) #16913
  • [3.7] bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586) #16914
  • 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/gpshead'
    closed_at = <Date 2019-10-24.16:54:13.864>
    created_at = <Date 2018-04-24.12:11:17.753>
    labels = ['type-bug', 'expert-2to3']
    title = "lib2to3 doesn't parse f(*[] or [])"
    updated_at = <Date 2019-10-24.16:54:13.861>
    user = 'https://github.com/zsol'

    bugs.python.org fields:

    activity = <Date 2019-10-24.16:54:13.861>
    actor = 'gregory.p.smith'
    assignee = 'gregory.p.smith'
    closed = True
    closed_date = <Date 2019-10-24.16:54:13.864>
    closer = 'gregory.p.smith'
    components = ['2to3 (2.x to 3.x conversion tool)']
    creation = <Date 2018-04-24.12:11:17.753>
    creator = 'zsol'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 33348
    keywords = ['patch']
    message_count = 6.0
    messages = ['315698', '340849', '355280', '355281', '355282', '355341']
    nosy_count = 8.0
    nosy_names = ['gregory.p.smith', 'benjamin.peterson', 'thatch', 'lukasz.langa', 'serhiy.storchaka', 'yselivanov', 'miss-islington', 'zsol']
    pr_nums = ['6586', '16913', '16914']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'commit review'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue33348'
    versions = ['Python 2.7']

    @zsol zsol added topic-2to3 type-bug An unexpected behavior, bug, or error labels Apr 24, 2018
    @serhiy-storchaka
    Copy link
    Member

    See related bpo-24176 and bpo-24791.

    @serhiy-storchaka serhiy-storchaka added 3.7 (EOL) end of life 3.8 only security fixes labels Apr 24, 2018
    @thatch
    Copy link
    Mannequin

    thatch mannequin commented Apr 25, 2019

    Also see discussion about divergence on bpo-36541

    @gpshead gpshead added the 3.9 only security fixes label Oct 24, 2019
    @gpshead gpshead self-assigned this Oct 24, 2019
    @miss-islington
    Copy link
    Contributor

    New changeset 96b06ae by Miss Skeleton (bot) (Zsolt Dollenstein) in branch 'master':
    bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586)
    96b06ae

    @miss-islington
    Copy link
    Contributor

    New changeset 0160a70 by Miss Skeleton (bot) in branch '3.7':
    bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586)
    0160a70

    @miss-islington
    Copy link
    Contributor

    New changeset d04661f by Miss Skeleton (bot) in branch '3.8':
    bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586)
    d04661f

    @gpshead
    Copy link
    Member

    gpshead commented Oct 24, 2019

    I'm marking this fixed, technically it still exists in 2.7. it'll be up to someone who cares about making a change to 2.7 to make a PR to go in there for the final release. It has existed so long, I doubt it matters there.

    @gpshead gpshead removed 3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes labels Oct 24, 2019
    @gpshead gpshead closed this as completed Oct 24, 2019
    @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
    topic-2to3 type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    4 participants