Skip to content

Dict views should be introspectable #85067

Closed
@rhettinger

Description

@rhettinger
BPO 40890
Nosy @rhettinger, @jab, @methane, @serhiy-storchaka, @remilapeyre, @sweeneyde
PRs
  • bpo-40890: Add mapping attribute to dict views #20691
  • bpo-40890: Add mapping property to dict views #20749
  • bpo-40890: Fix the signature of the dictview.mapping getter #20873
  • bpo-40890: Fix compiler warning in dictobject.c #20876
  • Add MappingView.mapping for parity with dictview #28892
  • 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 2020-06-15.05:55:24.199>
    created_at = <Date 2020-06-06.17:21:19.846>
    labels = ['interpreter-core', 'type-bug', '3.10']
    title = 'Dict views should be introspectable'
    updated_at = <Date 2021-10-11.23:25:28.222>
    user = 'https://github.com/rhettinger'

    bugs.python.org fields:

    activity = <Date 2021-10-11.23:25:28.222>
    actor = 'pablogsal'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-06-15.05:55:24.199>
    closer = 'serhiy.storchaka'
    components = ['Interpreter Core']
    creation = <Date 2020-06-06.17:21:19.846>
    creator = 'rhettinger'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 40890
    keywords = ['patch']
    message_count = 19.0
    messages = ['370841', '370875', '370876', '370877', '370882', '370884', '370885', '370892', '370893', '370914', '371070', '371072', '371081', '371121', '371155', '371337', '371398', '371506', '371517']
    nosy_count = 6.0
    nosy_names = ['rhettinger', 'jab', 'methane', 'serhiy.storchaka', 'remi.lapeyre', 'Dennis Sweeney']
    pr_nums = ['20691', '20749', '20873', '20876', '28892']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue40890'
    versions = ['Python 3.10']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.10only security fixesinterpreter-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