cpython icon indicating copy to clipboard operation
cpython copied to clipboard

Objects referencing private-mangled names do not roundtrip properly under pickling.

Open 379dc349-3a10-424f-b9d2-a0104f092359 opened this issue 7 years ago • 6 comments

BPO 33007
Nosy @avassalotti, @serhiy-storchaka, @anntzer, @MojoVampire, @ZackerySpytz
PRs
  • python/cpython#21480
  • 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 = None
    created_at = <Date 2018-03-06.05:36:52.125>
    labels = ['3.8', 'library', '3.9', '3.10']
    title = 'Objects referencing private-mangled names do not roundtrip properly under pickling.'
    updated_at = <Date 2020-07-15.17:51:11.385>
    user = 'https://github.com/anntzer'
    

    bugs.python.org fields:

    activity = <Date 2020-07-15.17:51:11.385>
    actor = 'serhiy.storchaka'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2018-03-06.05:36:52.125>
    creator = 'Antony.Lee'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 33007
    keywords = ['patch']
    message_count = 2.0
    messages = ['313306', '349838']
    nosy_count = 5.0
    nosy_names = ['alexandre.vassalotti', 'serhiy.storchaka', 'Antony.Lee', 'josh.r', 'ZackerySpytz']
    pr_nums = ['21480']
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue33007'
    versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
    

    Linked PRs

    • gh-99669