mirror of
https://github.com/python/cpython.git
synced 2025-08-10 20:08:47 +00:00
Issue 2286: bump up the stack size of the 64-bit debug python_d.exe to 2100000. The default value of 200000 causes a stack overflow at 1965 iterations of r_object() in marshal.c, 35 iterations before the 2000 limit enforced by MAX_MARSHAL_STACK_DEPTH.
This commit is contained in:
parent
d1befd7c50
commit
3ce76756d3
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@
|
||||||
AdditionalDependencies="odbccp32.lib"
|
AdditionalDependencies="odbccp32.lib"
|
||||||
OutputFile="$(OutDir)\python_d.exe"
|
OutputFile="$(OutDir)\python_d.exe"
|
||||||
SubSystem="1"
|
SubSystem="1"
|
||||||
StackReserveSize="2000000"
|
StackReserveSize="2100000"
|
||||||
BaseAddress="0x1d000000"
|
BaseAddress="0x1d000000"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue