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 <rep...@bugs.python.org>
<http://bugs.python.org/issue22734>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to