[issue10700] python pickle.dumps AssertionError

Alexander Belopolsky report at bugs.python.org
Tue Dec 14 15:45:34 CET 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

This is a known problem. See issues #1062277 and #9269.  You can work around the issue by using a dict.  I am attaching two test files. First, set-graph.py, reproduces the issue in 3.x and the second, dict-graph.py, contains a workaround.

----------
resolution:  -> duplicate
stage:  -> committed/rejected
status: open -> closed
superseder:  -> Cannot pickle self-referencing sets
type: crash -> behavior
Added file: http://bugs.python.org/file20036/set-graph.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10700>
_______________________________________


More information about the Python-bugs-list mailing list