[New-bugs-announce] [issue27019] Reduce marshal stack depth for 2.7 on Windows debug build

David Bolen report at bugs.python.org
Sat May 14 12:41:41 EDT 2016


New submission from David Bolen:

I'd like to propose backporting the change in issue 22734 to the 2.7 branch.  The marshal recursion depth appears to be at the root of the failures of the Windows 8 and 10 buildbots in test_marshal on that branch, which is still using a depth of 2000.

The one thing I haven't yet been able to figure out is why this only seems to happen under Windows 8/10, and not 7/XP, but I don't think the change is harmful in any case.

The attached patch, adapted from issue 22734 is against the current 2.7 tip.

----------
components: Tests
files: marshal-27.patch
keywords: patch
messages: 265533
nosy: db3l, pitrou, steve.dower
priority: normal
severity: normal
status: open
title: Reduce marshal stack depth for 2.7 on Windows debug build
versions: Python 2.7
Added file: http://bugs.python.org/file42849/marshal-27.patch

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


More information about the New-bugs-announce mailing list