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 cyhawk
Recipients alexandre.vassalotti, bkline, cyhawk, facundobatista, jcea, loewis, schmir
Date 2008-06-22.22:43:11
SpamBayes Score 7.759827e-05
Marked as misclassified No
Message-id <1214174592.78.0.308416998977.issue2702@psf.upfronthosting.co.za>
In-reply-to
Content
It works for me as a test case too:

test_deep_recursive (__main__.cPickleDeepRecursive) ... ERROR

======================================================================
ERROR: test_deep_recursive (__main__.cPickleDeepRecursive)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "c:\devel\Python25\Lib\test\test_cpickle.py", line 107, in
test_deep_recursive
    self.assertRaises(RuntimeError, cPickle.dumps, n)
  File "C:\devel\Python25\lib\unittest.py", line 320, in failUnlessRaises
    callableObj(*args, **kwargs)
KeyError: 13352688
History
Date User Action Args
2008-06-22 22:43:13cyhawksetspambayes_score: 7.75983e-05 -> 7.759827e-05
recipients: + cyhawk, loewis, facundobatista, jcea, bkline, alexandre.vassalotti, schmir
2008-06-22 22:43:12cyhawksetspambayes_score: 7.75983e-05 -> 7.75983e-05
messageid: <1214174592.78.0.308416998977.issue2702@psf.upfronthosting.co.za>
2008-06-22 22:43:12cyhawklinkissue2702 messages
2008-06-22 22:43:11cyhawkcreate