summaryrefslogtreecommitdiff
path: root/PCbuild/python.vcproj
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-08-12 18:37:10 +0000
committerTim Peters <tim.peters@gmail.com>2004-08-12 18:37:10 +0000
commitf868bd976dd8f1c935cc08e6483a4c80c90875a0 (patch)
treec194785d15b6e01017b4af1748aed857b532753f /PCbuild/python.vcproj
parent7517c8719cae4a8afc76462f7f815e42cfb35338 (diff)
downloadcpython-f868bd976dd8f1c935cc08e6483a4c80c90875a0.tar.gz
Boosted the stack reservation for python.exe and python_w.exe from the
default 1MB to 2 million bytes. The test suite passes with -uall again (test_compiler no longer drives WinXP into an insane state).
Diffstat (limited to 'PCbuild/python.vcproj')
-rw-r--r--PCbuild/python.vcproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/PCbuild/python.vcproj b/PCbuild/python.vcproj
index 0c3c4b6b42..722bf4344c 100644
--- a/PCbuild/python.vcproj
+++ b/PCbuild/python.vcproj
@@ -47,6 +47,7 @@
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\./python.pdb"
SubSystem="1"
+ StackReserveSize="2000000"
BaseAddress="0x1d000000"
TargetMachine="1"/>
<Tool
@@ -109,6 +110,7 @@
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\./python_d.pdb"
SubSystem="1"
+ StackReserveSize="2000000"
BaseAddress="0x1d000000"
TargetMachine="1"/>
<Tool
@@ -179,6 +181,7 @@
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\./python.pdb"
SubSystem="1"
+ StackReserveSize="2000000"
BaseAddress="0x1d000000"
TargetMachine="0"/>
<Tool