This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients Leo.Na, belopolsky
Date 2010-12-14.14:53:54
SpamBayes Score 3.7424477e-05
Marked as misclassified No
Message-id <1292338436.19.0.0995184249123.issue10701@psf.upfronthosting.co.za>
In-reply-to
Content
The work-around that I proposed for issue10700 does not work with Python 2.x:

$ python2.7 dict-graph.py
Vertex 0 -> 2, 1
Vertex 1 -> 
Vertex 2 -> 
Traceback (most recent call last):
  File "dict-graph.py", line 74, in <module>
    p = pickle.dumps(g)
    ...
File ".../Lib/pickle.py", line 661, in _batch_setitems
    for k, v in items:
RuntimeError: dictionary changed size during iteration
History
Date User Action Args
2010-12-14 14:53:56belopolskysetrecipients: + belopolsky, Leo.Na
2010-12-14 14:53:56belopolskysetmessageid: <1292338436.19.0.0995184249123.issue10701@psf.upfronthosting.co.za>
2010-12-14 14:53:54belopolskylinkissue10701 messages
2010-12-14 14:53:54belopolskycreate