New submission from Alexandre Vassalotti <alexan...@peadrop.com>: 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 <rep...@bugs.python.org> <http://bugs.python.org/issue7392> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com