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

Reply via email to