Skip to content

range purports to implement the Sequence ABC, but is missing index and count methods #53459

Closed
@stutzbach

Description

@stutzbach
mannequin
BPO 9213
Nosy @birkenfeld, @rhettinger, @mdickinson, @merwok, @durban
Files
  • issue9213.diff: Patch (py3k branch)
  • issue9213a.diff: Patch (fixed refleak + tests) (py3k branch)
  • issue9213b.diff: Adds support for non-longs, drops support for start/stop
  • 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 2010-09-14.16:54:05.428>
    created_at = <Date 2010-07-09.19:06:14.231>
    labels = ['interpreter-core', 'type-bug']
    title = 'range purports to implement the Sequence ABC, but is missing index and count methods'
    updated_at = <Date 2010-09-14.16:54:05.426>
    user = 'https://bugs.python.org/stutzbach'

    bugs.python.org fields:

    activity = <Date 2010-09-14.16:54:05.426>
    actor = 'stutzbach'
    assignee = 'stutzbach'
    closed = True
    closed_date = <Date 2010-09-14.16:54:05.428>
    closer = 'stutzbach'
    components = ['Interpreter Core']
    creation = <Date 2010-07-09.19:06:14.231>
    creator = 'stutzbach'
    dependencies = []
    files = ['18111', '18128', '18714']
    hgrepos = []
    issue_num = 9213
    keywords = ['patch']
    message_count = 13.0
    messages = ['109784', '109785', '111112', '111195', '114534', '114633', '115396', '116018', '116120', '116146', '116352', '116372', '116410']
    nosy_count = 6.0
    nosy_names = ['georg.brandl', 'rhettinger', 'mark.dickinson', 'stutzbach', 'eric.araujo', 'daniel.urban']
    pr_nums = []
    priority = 'critical'
    resolution = 'accepted'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue9213'
    versions = ['Python 3.2']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      interpreter-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