
report at bugs
Nov 24, 2009, 10:05 AM
Post #1 of 2
(238 views)
Permalink
|
|
[issue7392] cPickle test failure on release26-maint branch
|
|
New submission from Alexandre Vassalotti <alexandre [at] peadrop>: 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__' ---------- components: Library (Lib), Tests messages: 95692 nosy: alexandre.vassalotti priority: normal severity: normal stage: needs patch status: open title: cPickle test failure on release26-maint branch type: behavior versions: Python 2.6 _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue7392> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|