Skip to content

Cannot pickle self-referencing sets #53515

@abalkin

Description

@abalkin
BPO 9269
Nosy @rhettinger, @jcea, @abalkin, @pitrou, @jackdied, @avassalotti, @merwok, @alex
Superseder
  • bpo-17810: Implement PEP 3154 (pickle protocol 4)
  • Files
  • cycle.py: Script reproducing the bug
  • self_referential-sets.patch: Adds support for self-referential sets
  • sets-test.patch: Adds testing of pickling/unpickling sets
  • 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 2013-11-30.05:07:31.220>
    created_at = <Date 2010-07-15.23:01:40.612>
    labels = ['type-feature', 'library']
    title = 'Cannot pickle self-referencing sets'
    updated_at = <Date 2013-11-30.05:07:31.219>
    user = 'https://github.com/abalkin'

    bugs.python.org fields:

    activity = <Date 2013-11-30.05:07:31.219>
    actor = 'alexandre.vassalotti'
    assignee = 'alexandre.vassalotti'
    closed = True
    closed_date = <Date 2013-11-30.05:07:31.220>
    closer = 'alexandre.vassalotti'
    components = ['Library (Lib)']
    creation = <Date 2010-07-15.23:01:40.612>
    creator = 'belopolsky'
    dependencies = []
    files = ['18021', '26533', '26539']
    hgrepos = []
    issue_num = 9269
    keywords = ['patch']
    message_count = 11.0
    messages = ['110397', '110402', '110403', '110407', '110408', '110409', '110410', '110423', '110617', '166530', '166570']
    nosy_count = 13.0
    nosy_names = ['rhettinger', 'jcea', 'belopolsky', 'grubert', 'pitrou', 'jackdied', 'alexandre.vassalotti', 'schmir', 'eric.araujo', 'alex', 'zzzeek', 'bcroq', 'mstefanro']
    pr_nums = []
    priority = 'low'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = '17810'
    type = 'enhancement'
    url = 'https://bugs.python.org/issue9269'
    versions = ['Python 3.4']

    Metadata

    Metadata

    Assignees

    Labels

    stdlibStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancement
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions