summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-08-12 18:37:10 (GMT)
committerTim Peters <tim.peters@gmail.com>2004-08-12 18:37:10 (GMT)
commit79b52b7261fb80392c660d296b71b4c44acf2565 (patch)
treec62177a01962cda2f9a4bffb01b8447ffe21be76 /PCbuild
parente667e665070624f9cceaa87f15328ec5d1031ba0 (diff)
downloadcpython-79b52b7261fb80392c660d296b71b4c44acf2565.zip
cpython-79b52b7261fb80392c660d296b71b4c44acf2565.tar.gz
cpython-79b52b7261fb80392c660d296b71b4c44acf2565.tar.bz2
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')
-rw-r--r--PCbuild/python.vcproj3
-rw-r--r--PCbuild/pythonw.vcproj3
2 files changed, 6 insertions, 0 deletions
diff --git a/PCbuild/python.vcproj b/PCbuild/python.vcproj
index 0c3c4b6..722bf43 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
diff --git a/PCbuild/pythonw.vcproj b/PCbuild/pythonw.vcproj
index 0eab690..1ac107a 100644
--- a/PCbuild/pythonw.vcproj
+++ b/PCbuild/pythonw.vcproj
@@ -42,6 +42,7 @@
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\./pythonw_d.pdb"
SubSystem="2"
+ StackReserveSize="2000000"
BaseAddress="0x1d000000"
TargetMachine="1"/>
<Tool
@@ -108,6 +109,7 @@
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\./pythonw.pdb"
SubSystem="2"
+ StackReserveSize="2000000"
BaseAddress="0x1d000000"
TargetMachine="1"/>
<Tool
@@ -179,6 +181,7 @@
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\./pythonw.pdb"
SubSystem="2"
+ StackReserveSize="2000000"
BaseAddress="0x1d000000"
TargetMachine="0"/>
<Tool