Skip to content

Creating dict from OrderedDict doesn't preserve order #78501

@serhiy-storchaka

Description

@serhiy-storchaka
BPO 34320
Nosy @rhettinger, @methane, @ericsnowcurrently, @Rosuav, @serhiy-storchaka, @zooba, @miss-islington
PRs
  • bpo-34320: Fix dict(o) didn't copy order of dict subclass #8624
  • [3.7] bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624) #9582
  • [3.6] bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624) #9583
  • 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-26.06:40:18.588>
    created_at = <Date 2018-08-02.13:12:23.864>
    labels = ['interpreter-core', '3.8', 'type-bug', '3.7']
    title = "Creating dict from OrderedDict doesn't preserve order"
    updated_at = <Date 2018-09-26.06:40:18.587>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2018-09-26.06:40:18.587>
    actor = 'methane'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-09-26.06:40:18.588>
    closer = 'methane'
    components = ['Interpreter Core']
    creation = <Date 2018-08-02.13:12:23.864>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 34320
    keywords = ['patch']
    message_count = 9.0
    messages = ['322951', '325898', '326340', '326356', '326357', '326365', '326416', '326417', '326421']
    nosy_count = 7.0
    nosy_names = ['rhettinger', 'methane', 'eric.snow', 'Rosuav', 'serhiy.storchaka', 'steve.dower', 'miss-islington']
    pr_nums = ['8624', '9582', '9583']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue34320'
    versions = ['Python 3.6', 'Python 3.7', 'Python 3.8']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.7 (EOL)end of life3.8 (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