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).
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