[issue27019] Reduce marshal stack depth for 2.7 on Windows debug build

2016-07-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6230ead06f65 by Benjamin Peterson in branch '2.7': reduce marshal stack size in debug mode on windows (closes #27019) https://hg.python.org/cpython/rev/6230ead06f65 -- nosy: +python-dev resolution: -> fixed stage: -> resolved status: open

[issue27019] Reduce marshal stack depth for 2.7 on Windows debug build

2016-07-05 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: -pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue27019] Reduce marshal stack depth for 2.7 on Windows debug build

2016-07-05 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue27019] Reduce marshal stack depth for 2.7 on Windows debug build

2016-05-14 Thread David Bolen
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