Skip to content

some objects pickled by Python 3.x are not unpicklable in Python 2.x because of incorrect REVERSE_IMPORT_MAPPING #62673

@kmike

Description

@kmike
mannequin
BPO 18473
Nosy @pitrou, @vstinner, @avassalotti, @serhiy-storchaka
Files
  • fix_issue18473.patch
  • pickle_fix_import.patch
  • pickle_fix_import_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 = 'https://github.com/avassalotti'
    closed_at = <Date 2015-03-31.16:48:43.737>
    created_at = <Date 2013-07-16.11:22:47.023>
    labels = ['type-bug', 'library']
    title = 'some objects pickled by Python 3.x are not unpicklable in Python 2.x because of incorrect REVERSE_IMPORT_MAPPING'
    updated_at = <Date 2015-03-31.17:23:32.444>
    user = 'https://bugs.python.org/kmike'

    bugs.python.org fields:

    activity = <Date 2015-03-31.17:23:32.444>
    actor = 'serhiy.storchaka'
    assignee = 'alexandre.vassalotti'
    closed = True
    closed_date = <Date 2015-03-31.16:48:43.737>
    closer = 'serhiy.storchaka'
    components = ['Library (Lib)']
    creation = <Date 2013-07-16.11:22:47.023>
    creator = 'kmike'
    dependencies = []
    files = ['37145', '37210', '38669']
    hgrepos = []
    issue_num = 18473
    keywords = ['patch', 'needs review']
    message_count = 15.0
    messages = ['193160', '193161', '230828', '231021', '231269', '232659', '239145', '239678', '239685', '239686', '239687', '239712', '239713', '239735', '239739']
    nosy_count = 7.0
    nosy_names = ['pitrou', 'vstinner', 'alexandre.vassalotti', 'python-dev', 'serhiy.storchaka', 'kmike', 'doug.royal']
    pr_nums = []
    priority = 'high'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue18473'
    versions = ['Python 3.4', 'Python 3.5']

    Metadata

    Metadata

    Assignees

    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