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 alexandre.vassalotti
Recipients alexandre.vassalotti
Date 2009-11-24.18:05:38
SpamBayes Score 1.7251956e-07
Marked as misclassified No
Message-id <1259085941.32.0.227872963702.issue7392@psf.upfronthosting.co.za>
In-reply-to
Content
I get the following test failure on the release26-maint branch:

./python Lib/test/test_cpickle.py
[...]
======================================================================
ERROR: test_issue2702 (__main__.cPickleDeepRecursive)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib/test/test_cpickle.py", line 110, in test_issue2702
    self.assertRaises(RuntimeError, cPickle.dumps, n)
  File "/home/alex/src/python.org/release26-maint/Lib/unittest.py", line
336, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/alex/src/python.org/release26-maint/Lib/copy_reg.py", line
74, in _reduce_ex
    getstate = self.__getstate__
AttributeError: 'Node' object has no attribute '__getstate__'
History
Date User Action Args
2009-11-24 18:05:41alexandre.vassalottisetrecipients: + alexandre.vassalotti
2009-11-24 18:05:41alexandre.vassalottisetmessageid: <1259085941.32.0.227872963702.issue7392@psf.upfronthosting.co.za>
2009-11-24 18:05:39alexandre.vassalottilinkissue7392 messages
2009-11-24 18:05:38alexandre.vassalotticreate