Skip to content

ast.dump() with incomplete node #82131

Description

@serhiy-storchaka
BPO 37950
Nosy @serhiy-storchaka, @miss-islington
PRs
  • bpo-37950: Fix ast.dump() when call with incompletely initialized node. #15510
  • [3.7] bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-15510) #15581
  • [3.8] bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-15510) #15582
  • 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 2019-08-29.08:12:59.783>
    created_at = <Date 2019-08-26.07:35:54.550>
    labels = ['3.7', '3.8', 'type-bug', 'library', '3.9']
    title = 'ast.dump() with incomplete node'
    updated_at = <Date 2019-08-29.08:12:59.782>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2019-08-29.08:12:59.782>
    actor = 'serhiy.storchaka'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2019-08-29.08:12:59.783>
    closer = 'serhiy.storchaka'
    components = ['Library (Lib)']
    creation = <Date 2019-08-26.07:35:54.550>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 37950
    keywords = ['patch']
    message_count = 4.0
    messages = ['350506', '350732', '350740', '350745']
    nosy_count = 2.0
    nosy_names = ['serhiy.storchaka', 'miss-islington']
    pr_nums = ['15510', '15581', '15582']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue37950'
    versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']

    Metadata

    Metadata

    Labels

    3.7 (EOL)end of life3.8 (EOL)end of life3.9 (EOL)end of lifestdlibStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions