[New-bugs-announce] [issue22734] marshal needs a lower stack depth for debug builds on Windows

Steve Dower report at bugs.python.org
Sun Oct 26 21:40:05 CET 2014


New submission from Steve Dower:

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.

----------
assignee: steve.dower
components: Tests
files: marshal.patch
keywords: patch
messages: 230037
nosy: christian.heimes, giampaolo.rodola, ncoghlan, steve.dower
priority: normal
severity: normal
stage: patch review
status: open
title: marshal needs a lower stack depth for debug builds on Windows
versions: Python 3.5
Added file: http://bugs.python.org/file37024/marshal.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22734>
_______________________________________


More information about the New-bugs-announce mailing list