Skip to content

pickle is raising KeyError insteat of pickle.UnpicklingError under certain conditions #83057

Description

@LinusPithan
BPO 38876
Nosy @avassalotti, @PCManticore, @miss-islington, @isidentical
PRs
  • bpo-38876: Raise pickle.UnpicklingError when loading an item from memo for invalid input #17335
  • 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/avassalotti'
    closed_at = <Date 2019-11-24.20:45:53.146>
    created_at = <Date 2019-11-21.11:22:59.127>
    labels = ['type-bug', 'library', '3.9']
    title = 'pickle is raising KeyError insteat of pickle.UnpicklingError under certain conditions'
    updated_at = <Date 2019-11-24.20:45:53.144>
    user = 'https://bugs.python.org/LinusPithan'

    bugs.python.org fields:

    activity = <Date 2019-11-24.20:45:53.144>
    actor = 'alexandre.vassalotti'
    assignee = 'alexandre.vassalotti'
    closed = True
    closed_date = <Date 2019-11-24.20:45:53.146>
    closer = 'alexandre.vassalotti'
    components = ['Library (Lib)']
    creation = <Date 2019-11-21.11:22:59.127>
    creator = 'Linus Pithan'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 38876
    keywords = ['patch']
    message_count = 3.0
    messages = ['357159', '357167', '357408']
    nosy_count = 5.0
    nosy_names = ['alexandre.vassalotti', 'Claudiu.Popa', 'miss-islington', 'BTaskaya', 'Linus Pithan']
    pr_nums = ['17335']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue38876'
    versions = ['Python 3.9']

    Metadata

    Metadata

    Assignees

    Labels

    3.9 (EOL)end of lifestdlibStandard 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