]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue 2286: bump up the stack size of the 64-bit debug python_d.exe to 2100000. ...
authorTrent Nelson <trent.nelson@snakebite.org>
Tue, 18 Mar 2008 07:02:12 +0000 (07:02 +0000)
committerTrent Nelson <trent.nelson@snakebite.org>
Tue, 18 Mar 2008 07:02:12 +0000 (07:02 +0000)
PCbuild/python.vcproj

index 17b29a20788a9e3db024d45f24784af102f98018..f5f460547e82a9ae18c866262a4db8d97e07ca6f 100644 (file)
                                AdditionalDependencies="odbccp32.lib"
                                OutputFile="$(OutDir)\python_d.exe"
                                SubSystem="1"
-                               StackReserveSize="2000000"
+                               StackReserveSize="2100000"
                                BaseAddress="0x1d000000"
                        />
                        <Tool