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 jkloth
Recipients Arfrever, Mark.Shannon, amaury.forgeotdarc, asvetlov, benjamin.peterson, brett.cannon, dmalcolm, ilblackdragon, jcea, jkloth, larry, lemburg, mark.dickinson, python-dev, vstinner
Date 2013-06-25.19:44:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372189487.71.0.983388604684.issue17206@psf.upfronthosting.co.za>
In-reply-to
Content
I'm unsure as to how to get a stack trace from Visual Studio, but I can assure you that the changes introduced by the change aff41a6421c2 *is* the cause of the failure in test_marshal.

In a nutshell, the overflow happens in a recursion on the marhsal.c:r_object() function for the test_marshal test of BugsTestCase.test_loads_recursion().
History
Date User Action Args
2013-06-25 19:44:47jklothsetrecipients: + jkloth, lemburg, brett.cannon, jcea, amaury.forgeotdarc, mark.dickinson, vstinner, larry, benjamin.peterson, Arfrever, asvetlov, dmalcolm, Mark.Shannon, python-dev, ilblackdragon
2013-06-25 19:44:47jklothsetmessageid: <1372189487.71.0.983388604684.issue17206@psf.upfronthosting.co.za>
2013-06-25 19:44:47jklothlinkissue17206 messages
2013-06-25 19:44:47jklothcreate