Skip to content

pickle.py treats 32bit lengths as signed, but _pickle.c as unsigned #57057

@pitrou

Description

@pitrou
BPO 12848
Nosy @loewis, @pitrou, @avassalotti, @serhiy-storchaka
Files
  • pickle_portable_size.patch
  • pickle_nonportable_size.patch
  • pickle_nonportable_size_2.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 = None
    closed_at = <Date 2012-11-24.19:45:48.399>
    created_at = <Date 2011-08-27.12:59:50.013>
    labels = ['type-bug', 'library']
    title = 'pickle.py treats 32bit lengths as signed, but _pickle.c as unsigned'
    updated_at = <Date 2012-11-24.19:45:48.399>
    user = 'https://github.com/pitrou'

    bugs.python.org fields:

    activity = <Date 2012-11-24.19:45:48.399>
    actor = 'pitrou'
    assignee = 'none'
    closed = True
    closed_date = <Date 2012-11-24.19:45:48.399>
    closer = 'pitrou'
    components = ['Library (Lib)']
    creation = <Date 2011-08-27.12:59:50.013>
    creator = 'pitrou'
    dependencies = []
    files = ['28005', '28010', '28097']
    hgrepos = []
    issue_num = 12848
    keywords = ['patch']
    message_count = 16.0
    messages = ['143065', '175010', '175011', '175012', '175022', '175653', '175715', '175746', '175747', '175754', '175756', '175761', '175780', '176306', '176310', '176311']
    nosy_count = 5.0
    nosy_names = ['loewis', 'pitrou', 'alexandre.vassalotti', 'python-dev', 'serhiy.storchaka']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue12848'
    versions = ['Python 3.2', 'Python 3.3', 'Python 3.4']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      stdlibStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or error

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions