Skip to content

ABCs for MappingViews should declare __slots__ so subclasses aren't forced to have __dict__/__weakref__ #65620

@MojoVampire

Description

@MojoVampire
BPO 21421
Nosy @rhettinger, @MojoVampire
Files
  • slots_for_mappingview_abcs.patch
  • collections_abc_cleanup.patch
  • 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/rhettinger'
    closed_at = <Date 2014-05-04.02:09:57.033>
    created_at = <Date 2014-05-03.00:02:41.932>
    labels = ['type-feature', 'library']
    title = "ABCs for MappingViews should declare __slots__ so subclasses aren't forced to have __dict__/__weakref__"
    updated_at = <Date 2014-05-04.21:35:49.950>
    user = 'https://github.com/MojoVampire'

    bugs.python.org fields:

    activity = <Date 2014-05-04.21:35:49.950>
    actor = 'josh.r'
    assignee = 'rhettinger'
    closed = True
    closed_date = <Date 2014-05-04.02:09:57.033>
    closer = 'rhettinger'
    components = ['Library (Lib)']
    creation = <Date 2014-05-03.00:02:41.932>
    creator = 'josh.r'
    dependencies = []
    files = ['35142', '35143']
    hgrepos = []
    issue_num = 21421
    keywords = ['patch']
    message_count = 7.0
    messages = ['217809', '217810', '217811', '217815', '217852', '217853', '217893']
    nosy_count = 3.0
    nosy_names = ['rhettinger', 'python-dev', 'josh.r']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue21421'
    versions = ['Python 3.5']

    Metadata

    Metadata

    Assignees

    Labels

    stdlibStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions