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 schmir
Recipients cuerty, facundobatista, schmir
Date 2008-06-24.06:52:31
SpamBayes Score 0.02100328
Marked as misclassified No
Message-id <1214290353.98.0.994628099068.issue3179@psf.upfronthosting.co.za>
In-reply-to
Content
the test works as expected (i.e. it fails). The problem I had was that 
some Bittorrent bencode also installed a test package for me.


======================================================================
ERROR: test_flat_list (__main__.cPickleFlatList)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib/test/test_cpickle.py", line 113, in test_flat_list
    cPickle.dumps(lst)
RuntimeError: maximum recursion depth exceeded

----------------------------------------------------------------------
Ran 159 tests in 0.457s

FAILED (errors=1)
Traceback (most recent call last):
  File "Lib/test/test_cpickle.py", line 128, in <module>
test_main()
  File "Lib/test/test_cpickle.py", line 124, in test_main
cPickleFlatList,
  File "/home/ralf/pydev/trunk/Lib/test/test_support.py", line 714, in
run_unittest
_run_suite(suite)
  File "/home/ralf/pydev/trunk/Lib/test/test_support.py", line 697, in
_run_suite
raise TestFailed(err)
test.test_support.TestFailed: Traceback (most recent call last):
  File "Lib/test/test_cpickle.py", line 113, in test_flat_list
    cPickle.dumps(lst)
RuntimeError: maximum recursion depth exceeded
History
Date User Action Args
2008-06-24 06:52:34schmirsetspambayes_score: 0.0210033 -> 0.02100328
recipients: + schmir, facundobatista, cuerty
2008-06-24 06:52:34schmirsetspambayes_score: 0.0210033 -> 0.0210033
messageid: <1214290353.98.0.994628099068.issue3179@psf.upfronthosting.co.za>
2008-06-24 06:52:33schmirlinkissue3179 messages
2008-06-24 06:52:32schmircreate