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 steve.dower
Recipients christian.heimes, giampaolo.rodola, ncoghlan, steve.dower
Date 2014-10-26.20:40:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414356005.7.0.437869876375.issue22734@psf.upfronthosting.co.za>
In-reply-to
Content
This patch decreases the stack depth limit for Windows debug builds to prevent the recursion test from failing. (Apparently VC14 uses more stack space for each frame than VC10, but the release build is unaffected.)

Not sure who the correct nosy for marshal is, so I picked test coverage, as this only really shows up in the tests.
History
Date User Action Args
2014-10-26 20:40:05steve.dowersetrecipients: + steve.dower, ncoghlan, giampaolo.rodola, christian.heimes
2014-10-26 20:40:05steve.dowersetmessageid: <1414356005.7.0.437869876375.issue22734@psf.upfronthosting.co.za>
2014-10-26 20:40:05steve.dowerlinkissue22734 messages
2014-10-26 20:40:05steve.dowercreate