Skip to content

base64 module should use memoryview #62039

@ncoghlan

Description

@ncoghlan
BPO 17839
Nosy @warsaw, @ncoghlan, @pitrou, @vstinner, @ezio-melotti, @serhiy-storchaka, @kushaldas
Dependencies
  • bpo-17842: Add base64 module tests for a bytearray argument
  • Files
  • issue17839_v1.patch: Code update and test case update
  • base64_buffer_input.patch
  • base64_buffer_input_2.patch
  • issue17839_base64_buffer_input_3.patch: Now with memoryview support for the codec interface
  • 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/ncoghlan'
    closed_at = <Date 2013-10-02.15:03:44.785>
    created_at = <Date 2013-04-25.07:32:34.773>
    labels = ['type-feature', 'library']
    title = 'base64 module should use memoryview'
    updated_at = <Date 2013-11-13.14:25:23.484>
    user = 'https://github.com/ncoghlan'

    bugs.python.org fields:

    activity = <Date 2013-11-13.14:25:23.484>
    actor = 'python-dev'
    assignee = 'ncoghlan'
    closed = True
    closed_date = <Date 2013-10-02.15:03:44.785>
    closer = 'python-dev'
    components = ['Library (Lib)']
    creation = <Date 2013-04-25.07:32:34.773>
    creator = 'ncoghlan'
    dependencies = ['17842']
    files = ['30022', '30044', '30337', '30346']
    hgrepos = []
    issue_num = 17839
    keywords = ['patch']
    message_count = 20.0
    messages = ['187760', '187778', '187837', '187860', '187897', '187911', '187919', '187984', '189537', '189580', '189793', '189858', '189860', '189861', '189900', '198832', '198835', '198843', '198844', '202752']
    nosy_count = 8.0
    nosy_names = ['barry', 'ncoghlan', 'pitrou', 'vstinner', 'ezio.melotti', 'python-dev', 'serhiy.storchaka', 'kushal.das']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue17839'
    versions = ['Python 3.4']

    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