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 trent
Recipients trent
Date 2008-03-14.12:57:54
SpamBayes Score 0.47303367
Marked as misclassified No
Message-id <1205499475.78.0.0465561571315.issue2286@psf.upfronthosting.co.za>
In-reply-to
Content
S:\src\svn\svn.python.org\projects\python\trunk.x64\PCbuild>amd64\python_d
..\lib\test\test_marshal.py
test_bool (__main__.IntTestCase) ... ok
test_int64 (__main__.IntTestCase) ... ok
test_ints (__main__.IntTestCase) ... ok
test_floats (__main__.FloatTestCase) ... ok
test_buffer (__main__.StringTestCase) ... ok
test_string (__main__.StringTestCase) ... ok
test_unicode (__main__.StringTestCase) ... ok
test_code (__main__.CodeTestCase) ... ok
test_dict (__main__.ContainerTestCase) ... ok
test_list (__main__.ContainerTestCase) ... ok
test_sets (__main__.ContainerTestCase) ... ok
test_tuple (__main__.ContainerTestCase) ... ok
test_exceptions (__main__.ExceptionTestCase) ... ok
test_bug_5888452 (__main__.BugsTestCase) ... ok
test_exact_type_match (__main__.BugsTestCase) ... ok
test_fuzz (__main__.BugsTestCase) ... ok
test_loads_recursion (__main__.BugsTestCase) ...
                                                 ^^^

python_d.exe crashes at this point with a stack overflow.  Just
capturing the issue for now.  Will investigate shortly and hopefully
provide a patch.
History
Date User Action Args
2008-03-14 12:57:56trentsetspambayes_score: 0.473034 -> 0.47303367
recipients: + trent
2008-03-14 12:57:55trentsetspambayes_score: 0.473034 -> 0.473034
messageid: <1205499475.78.0.0465561571315.issue2286@psf.upfronthosting.co.za>
2008-03-14 12:57:55trentlinkissue2286 messages
2008-03-14 12:57:54trentcreate