changeset: 84472:fcf079dece0d user: Victor Stinner date: Sun Jul 07 02:49:07 2013 +0200 files: Misc/NEWS PCbuild/python.vcxproj description: Issue #17206: On Windows, increase the stack size from 2 MB to 4.2 MB to fix a stack overflow in the marshal module (fix a crash in test_marshal). Patch written by Jeremy Kloth. diff -r ca78c974e938 -r fcf079dece0d Misc/NEWS --- a/Misc/NEWS Sun Jul 07 02:05:46 2013 +0200 +++ b/Misc/NEWS Sun Jul 07 02:49:07 2013 +0200 @@ -10,6 +10,10 @@ Core and Builtins ----------------- +- Issue #17206: On Windows, increase the stack size from 2 MB to 4.2 MB to fix + a stack overflow in the marshal module (fix a crash in test_marshal). + Patch written by Jeremy Kloth. + - Issue #3329: Implement the PEP 445: Add new APIs to customize Python memory allocators. diff -r ca78c974e938 -r fcf079dece0d PCbuild/python.vcxproj --- a/PCbuild/python.vcxproj Sun Jul 07 02:05:46 2013 +0200 +++ b/PCbuild/python.vcxproj Sun Jul 07 02:49:07 2013 +0200 @@ -243,7 +243,7 @@ $(OutDir)python_d.exe Console - 2100000 + 4194304 0x1d000000