Skip to content

Pure Python pickle module should not depend on _pickle.PickleBuffer #81391

@tiran

Description

@tiran
BPO 37210
Nosy @pitrou, @vstinner, @tiran, @moreati, @miss-islington
PRs
  • bpo-37210: Fix pure Python pickle: proto 5 requires _pickle.PickleBuffer #14016
  • [3.8] bpo-37210: Fix pure Python pickle when _pickle is unavailable (GH-14016) #14055
  • Files
  • bp0-37201_make_test_20190610.txt: make test output for pickle._PickleBuffer attempt
  • 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 2019-06-13.12:28:44.146>
    created_at = <Date 2019-06-09.20:23:32.229>
    labels = ['3.8', 'type-bug', 'library', '3.9']
    title = 'Pure Python pickle module should not depend on _pickle.PickleBuffer'
    updated_at = <Date 2019-06-13.12:28:44.145>
    user = 'https://github.com/tiran'

    bugs.python.org fields:

    activity = <Date 2019-06-13.12:28:44.145>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-06-13.12:28:44.146>
    closer = 'vstinner'
    components = ['Library (Lib)']
    creation = <Date 2019-06-09.20:23:32.229>
    creator = 'christian.heimes'
    dependencies = []
    files = ['48410']
    hgrepos = []
    issue_num = 37210
    keywords = ['patch', '3.8regression']
    message_count = 15.0
    messages = ['345088', '345089', '345090', '345093', '345094', '345095', '345197', '345198', '345261', '345262', '345360', '345362', '345503', '345511', '345512']
    nosy_count = 5.0
    nosy_names = ['pitrou', 'vstinner', 'christian.heimes', 'Alex.Willmer', 'miss-islington']
    pr_nums = ['14016', '14055']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue37210'
    versions = ['Python 3.8', 'Python 3.9']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.8 (EOL)end of life3.9only security fixesstdlibPython modules in the Lib dirtype-bugAn unexpected behavior, bug, or error

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions